Class Generator

java.lang.Object
org.eclipse.jetty.http2.generator.Generator

public class Generator extends Object
  • Constructor Details

    • Generator

      public Generator(ByteBufferPool byteBufferPool)
    • Generator

      @Deprecated public Generator(ByteBufferPool byteBufferPool, int maxTableCapacity, int maxHeaderBlockFragment)
      Deprecated.
    • Generator

      @Deprecated public Generator(ByteBufferPool byteBufferPool, boolean useDirectByteBuffers, int maxTableCapacity, int maxHeaderBlockFragment)
      Deprecated.
    • Generator

      public Generator(ByteBufferPool byteBufferPool, int maxHeaderBlockFragment)
    • Generator

      public Generator(ByteBufferPool byteBufferPool, boolean useDirectByteBuffers, int maxHeaderBlockFragment)
  • Method Details