Uses of Class
org.eclipse.jetty.fcgi.generator.Generator.Result
Packages that use Generator.Result
Package
Description
-
Uses of Generator.Result in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http with parameters of type Generator.ResultModifier and TypeMethodDescriptionprotected 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.ResultModifier and TypeMethodDescriptionGenerator.Result.append
(ByteBuffer buffer, boolean recycle) protected Generator.Result
Generator.generateContent
(int id, ByteBuffer content, boolean recycle, boolean lastContent, Callback callback, FCGI.FrameType frameType) ClientGenerator.generateRequestContent
(int request, ByteBuffer content, boolean lastContent, Callback callback) ClientGenerator.generateRequestHeaders
(int request, HttpFields fields, Callback callback) ServerGenerator.generateResponseContent
(int request, ByteBuffer content, boolean lastContent, boolean aborted, Callback callback) ServerGenerator.generateResponseHeaders
(int request, int code, String reason, HttpFields fields, Callback callback) Generator.Result.join
(Generator.Result that) Methods in org.eclipse.jetty.fcgi.generator with parameters of type Generator.ResultModifier and TypeMethodDescriptionvoid
Flusher.flush
(Generator.Result... results) 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.ResultModifier and TypeMethodDescriptionprotected Generator.Result
HttpTransportOverFCGI.generateResponseContent
(ByteBuffer buffer, boolean lastContent, Callback callback) protected Generator.Result
HttpTransportOverFCGI.generateResponseHeaders
(MetaData.Response info, Callback callback)