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
Subclasses of Generator.Result in org.eclipse.jetty.fcgi.generatorFields in org.eclipse.jetty.fcgi.generator declared as Generator.ResultFields in org.eclipse.jetty.fcgi.generator with type parameters of type Generator.ResultMethods 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) private Generator.Result
Flusher.poll()
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) private void
Flusher.offer
(Generator.Result result) -
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)