Uses of Class
org.eclipse.jetty.fcgi.generator.Generator.Result
Packages that use Generator.Result
-
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 voidHttpChannelOverFCGI.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.ResultGenerator.generateContent(int id, ByteBuffer content, boolean recycle, boolean lastContent, org.eclipse.jetty.util.Callback callback, FCGI.FrameType frameType) ClientGenerator.generateRequestContent(int request, ByteBuffer content, boolean lastContent, org.eclipse.jetty.util.Callback callback) ClientGenerator.generateRequestHeaders(int request, org.eclipse.jetty.http.HttpFields fields, org.eclipse.jetty.util.Callback callback) ServerGenerator.generateResponseContent(int request, ByteBuffer content, boolean lastContent, boolean aborted, org.eclipse.jetty.util.Callback callback) ServerGenerator.generateResponseHeaders(int request, int code, String reason, org.eclipse.jetty.http.HttpFields fields, org.eclipse.jetty.util.Callback callback) Generator.Result.join(Generator.Result that) Methods in org.eclipse.jetty.fcgi.generator with parameters of type Generator.ResultModifier and TypeMethodDescriptionvoidFlusher.flush(Generator.Result... results) Generator.Result.join(Generator.Result that)