Package org.eclipse.jetty.fcgi.generator
Class Generator
- java.lang.Object
-
- org.eclipse.jetty.fcgi.generator.Generator
-
- Direct Known Subclasses:
ClientGenerator
,ServerGenerator
public class Generator extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Generator.Result
-
Field Summary
Fields Modifier and Type Field Description protected ByteBufferPool
byteBufferPool
static int
MAX_CONTENT_LENGTH
-
Constructor Summary
Constructors Constructor Description Generator(ByteBufferPool byteBufferPool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Generator.Result
generateContent(int id, java.nio.ByteBuffer content, boolean recycle, boolean lastContent, Callback callback, FCGI.FrameType frameType)
-
-
-
Field Detail
-
MAX_CONTENT_LENGTH
public static final int MAX_CONTENT_LENGTH
- See Also:
- Constant Field Values
-
byteBufferPool
protected final ByteBufferPool byteBufferPool
-
-
Constructor Detail
-
Generator
public Generator(ByteBufferPool byteBufferPool)
-
-
Method Detail
-
generateContent
protected Generator.Result generateContent(int id, java.nio.ByteBuffer content, boolean recycle, boolean lastContent, Callback callback, FCGI.FrameType frameType)
-
-