Package org.eclipse.jetty.fcgi.generator
Class ClientGenerator
java.lang.Object
org.eclipse.jetty.fcgi.generator.Generator
org.eclipse.jetty.fcgi.generator.ClientGenerator
-
Field Summary
Fields inherited from class org.eclipse.jetty.fcgi.generator.Generator
MAX_CONTENT_LENGTH
-
Constructor Summary
ConstructorDescriptionClientGenerator
(ByteBufferPool bufferPool) ClientGenerator
(ByteBufferPool bufferPool, boolean useDirectByteBuffers) -
Method Summary
Modifier and TypeMethodDescriptionvoid
generateRequestContent
(ByteBufferPool.Accumulator accumulator, int request, ByteBuffer content, boolean lastContent) void
generateRequestHeaders
(ByteBufferPool.Accumulator accumulator, int request, HttpFields fields) Methods inherited from class org.eclipse.jetty.fcgi.generator.Generator
generateContent, getByteBufferPool, isUseDirectByteBuffers
-
Field Details
-
MAX_PARAM_LENGTH
public static final int MAX_PARAM_LENGTH- See Also:
-
-
Constructor Details
-
ClientGenerator
-
ClientGenerator
-
-
Method Details
-
generateRequestHeaders
public void generateRequestHeaders(ByteBufferPool.Accumulator accumulator, int request, HttpFields fields) -
generateRequestContent
public void generateRequestContent(ByteBufferPool.Accumulator accumulator, int request, ByteBuffer content, boolean lastContent)
-