Uses of Class
org.eclipse.jetty.fcgi.generator.Generator.Result
-
Packages that use Generator.Result Package Description org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.fcgi.generator org.eclipse.jetty.fcgi.server -
-
Uses of Generator.Result in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http with parameters of type Generator.Result Modifier and Type Method Description protected voidHttpChannelOverFCGI. flush(Generator.Result... results) -
Uses of Generator.Result in org.eclipse.jetty.fcgi.generator
Subclasses of Generator.Result in org.eclipse.jetty.fcgi.generator Modifier and Type Class Description private classFlusher.ShutdownResultFields in org.eclipse.jetty.fcgi.generator declared as Generator.Result Modifier and Type Field Description private Generator.ResultFlusher.FlushCallback. activeFields in org.eclipse.jetty.fcgi.generator with type parameters of type Generator.Result Modifier and Type Field Description private java.util.Queue<Generator.Result>Flusher. queueMethods in org.eclipse.jetty.fcgi.generator that return Generator.Result Modifier and Type Method Description Generator.ResultGenerator.Result. append(java.nio.ByteBuffer buffer, boolean recycle)protected Generator.ResultGenerator. generateContent(int id, java.nio.ByteBuffer content, boolean recycle, boolean lastContent, Callback callback, FCGI.FrameType frameType)Generator.ResultClientGenerator. generateRequestContent(int request, java.nio.ByteBuffer content, boolean lastContent, Callback callback)Generator.ResultClientGenerator. generateRequestHeaders(int request, HttpFields fields, Callback callback)Generator.ResultServerGenerator. generateResponseContent(int request, java.nio.ByteBuffer content, boolean lastContent, boolean aborted, Callback callback)Generator.ResultServerGenerator. generateResponseHeaders(int request, int code, java.lang.String reason, HttpFields fields, Callback callback)Generator.ResultGenerator.Result. join(Generator.Result that)private Generator.ResultFlusher. poll()Methods in org.eclipse.jetty.fcgi.generator with parameters of type Generator.Result Modifier and Type Method Description voidFlusher. flush(Generator.Result... results)Generator.ResultGenerator.Result. join(Generator.Result that)private voidFlusher. offer(Generator.Result result) -
Uses of Generator.Result in org.eclipse.jetty.fcgi.server
Methods in org.eclipse.jetty.fcgi.server that return Generator.Result Modifier and Type Method Description protected Generator.ResultHttpTransportOverFCGI. generateResponseContent(java.nio.ByteBuffer buffer, boolean lastContent, Callback callback)protected Generator.ResultHttpTransportOverFCGI. generateResponseHeaders(MetaData.Response info, Callback callback)
-