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 void
HttpChannelOverFCGI. flush(Generator.Result... results)
-
Uses of Generator.Result in org.eclipse.jetty.fcgi.generator
Methods in org.eclipse.jetty.fcgi.generator that return Generator.Result Modifier and Type Method Description Generator.Result
Generator.Result. append(java.nio.ByteBuffer buffer, boolean recycle)
protected Generator.Result
Generator. generateContent(int id, java.nio.ByteBuffer content, boolean recycle, boolean lastContent, Callback callback, FCGI.FrameType frameType)
Generator.Result
ClientGenerator. generateRequestContent(int request, java.nio.ByteBuffer content, boolean lastContent, Callback callback)
Generator.Result
ClientGenerator. generateRequestHeaders(int request, HttpFields fields, Callback callback)
Generator.Result
ServerGenerator. generateResponseContent(int request, java.nio.ByteBuffer content, boolean lastContent, boolean aborted, Callback callback)
Generator.Result
ServerGenerator. generateResponseHeaders(int request, int code, java.lang.String reason, HttpFields fields, Callback callback)
Generator.Result
Generator.Result. join(Generator.Result that)
Methods in org.eclipse.jetty.fcgi.generator with parameters of type Generator.Result Modifier and Type Method Description void
Flusher. flush(Generator.Result... results)
Generator.Result
Generator.Result. join(Generator.Result that)
-
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.Result
HttpTransportOverFCGI. generateResponseContent(java.nio.ByteBuffer buffer, boolean lastContent, Callback callback)
protected Generator.Result
HttpTransportOverFCGI. generateResponseHeaders(MetaData.Response info, Callback callback)
-