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 byteBufferPool)
    • ServerGenerator

      public ServerGenerator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, boolean useDirectByteBuffers, boolean sendStatus200)
  • Method Details

    • generateResponseHeaders

      public Generator.Result generateResponseHeaders(int request, int code, String reason, org.eclipse.jetty.http.HttpFields fields, org.eclipse.jetty.util.Callback callback)
    • generateResponseContent

      public Generator.Result generateResponseContent(int request, ByteBuffer content, boolean lastContent, boolean aborted, org.eclipse.jetty.util.Callback callback)