Package org.eclipse.jetty.fcgi.generator
Class Generator
java.lang.Object
org.eclipse.jetty.fcgi.generator.Generator
- Direct Known Subclasses:
ClientGenerator
,ServerGenerator
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
generateContent
(ByteBufferPool.Accumulator accumulator, int id, ByteBuffer content, boolean lastContent, FCGI.FrameType frameType) boolean
-
Field Details
-
MAX_CONTENT_LENGTH
public static final int MAX_CONTENT_LENGTH- See Also:
-
-
Constructor Details
-
Generator
-
-
Method Details
-
getByteBufferPool
-
isUseDirectByteBuffers
public boolean isUseDirectByteBuffers() -
generateContent
protected void generateContent(ByteBufferPool.Accumulator accumulator, int id, ByteBuffer content, boolean lastContent, FCGI.FrameType frameType)
-