Class ServerGenerator

java.lang.Object
org.eclipse.jetty.fcgi.generator.Generator
org.eclipse.jetty.fcgi.generator.ServerGenerator

public class ServerGenerator extends Generator
  • 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)