java.lang.Object
org.eclipse.jetty.fcgi.generator.Generator
org.eclipse.jetty.fcgi.generator.ServerGenerator
-
Field Summary
Fields inherited from class org.eclipse.jetty.fcgi.generator.Generator
MAX_CONTENT_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionServerGenerator(org.eclipse.jetty.io.ByteBufferPool bufferPool) ServerGenerator(org.eclipse.jetty.io.ByteBufferPool bufferPool, boolean useDirectByteBuffers, boolean sendStatus200) -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateResponseContent(org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator, int request, ByteBuffer content, boolean lastContent, boolean aborted) voidgenerateResponseHeaders(org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator, int request, int code, String reason, org.eclipse.jetty.http.HttpFields fields) Methods inherited from class org.eclipse.jetty.fcgi.generator.Generator
generateContent, getByteBufferPool, isUseDirectByteBuffers
-
Constructor Details
-
ServerGenerator
public ServerGenerator(org.eclipse.jetty.io.ByteBufferPool bufferPool) -
ServerGenerator
public ServerGenerator(org.eclipse.jetty.io.ByteBufferPool bufferPool, boolean useDirectByteBuffers, boolean sendStatus200)
-
-
Method Details
-
generateResponseHeaders
public void generateResponseHeaders(org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator, int request, int code, String reason, org.eclipse.jetty.http.HttpFields fields) -
generateResponseContent
public void generateResponseContent(org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator, int request, ByteBuffer content, boolean lastContent, boolean aborted)
-