java.lang.Object
org.eclipse.jetty.fcgi.generator.Generator
org.eclipse.jetty.fcgi.generator.ClientGenerator
-
Field Summary
FieldsFields inherited from class org.eclipse.jetty.fcgi.generator.Generator
MAX_CONTENT_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionClientGenerator(org.eclipse.jetty.io.ByteBufferPool bufferPool) ClientGenerator(org.eclipse.jetty.io.ByteBufferPool bufferPool, boolean useDirectByteBuffers) -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateRequestContent(org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator, int request, ByteBuffer content, boolean lastContent) voidgenerateRequestHeaders(org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator, int request, org.eclipse.jetty.http.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
public ClientGenerator(org.eclipse.jetty.io.ByteBufferPool bufferPool) -
ClientGenerator
public ClientGenerator(org.eclipse.jetty.io.ByteBufferPool bufferPool, boolean useDirectByteBuffers)
-
-
Method Details
-
generateRequestHeaders
public void generateRequestHeaders(org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator, int request, org.eclipse.jetty.http.HttpFields fields) -
generateRequestContent
public void generateRequestContent(org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator, int request, ByteBuffer content, boolean lastContent)
-