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