Class ServerGenerator

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

public class ServerGenerator extends Generator
  • Field Details

    • STATUS

      private static final byte[] STATUS
    • COLON

      private static final byte[] COLON
    • EOL

      private static final byte[] EOL
    • sendStatus200

      private final boolean sendStatus200
  • Constructor Details

    • ServerGenerator

      public ServerGenerator(ByteBufferPool byteBufferPool)
    • ServerGenerator

      public ServerGenerator(ByteBufferPool byteBufferPool, boolean sendStatus200)
  • Method Details