java.lang.Object
org.eclipse.jetty.fcgi.generator.Generator
- Direct Known Subclasses:
ClientGenerator,ServerGenerator
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGenerator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, boolean useDirectByteBuffers) -
Method Summary
Modifier and TypeMethodDescriptionprotected Generator.ResultgenerateContent(int id, ByteBuffer content, boolean recycle, boolean lastContent, org.eclipse.jetty.util.Callback callback, FCGI.FrameType frameType)
-
Field Details
-
MAX_CONTENT_LENGTH
public static final int MAX_CONTENT_LENGTH- See Also:
-
-
Constructor Details
-
Generator
public Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, boolean useDirectByteBuffers)
-
-
Method Details
-
generateContent
protected Generator.Result generateContent(int id, ByteBuffer content, boolean recycle, boolean lastContent, org.eclipse.jetty.util.Callback callback, FCGI.FrameType frameType)
-