Class Generator
java.lang.Object
org.eclipse.jetty.fcgi.generator.Generator
- Direct Known Subclasses:
 ClientGenerator, ServerGenerator
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidgenerateContent(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)  
 -