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