java.lang.Object
org.eclipse.jetty.http2.generator.Generator
-
Constructor Summary
ConstructorsConstructorDescriptionGenerator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool) Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, boolean useDirectByteBuffers, int maxHeaderBlockFragment) Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, boolean useDirectByteBuffers, int maxTableCapacity, int maxHeaderBlockFragment) Deprecated.Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, int maxHeaderBlockFragment) Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, int maxTableCapacity, int maxHeaderBlockFragment) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionintintorg.eclipse.jetty.io.ByteBufferPoolorg.eclipse.jetty.http2.hpack.HpackEncodervoidsetHeaderTableSize(int maxTableSize) Deprecated.voidsetMaxFrameSize(int maxFrameSize) voidsetMaxHeaderListSize(int value) Deprecated.voidsetValidateHpackEncoding(boolean validateEncoding) Deprecated.
-
Constructor Details
-
Generator
public Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool) -
Generator
@Deprecated public Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, int maxTableCapacity, int maxHeaderBlockFragment) Deprecated. -
Generator
@Deprecated public Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, boolean useDirectByteBuffers, int maxTableCapacity, int maxHeaderBlockFragment) Deprecated. -
Generator
public Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, int maxHeaderBlockFragment) -
Generator
public Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, boolean useDirectByteBuffers, int maxHeaderBlockFragment)
-
-
Method Details
-
getByteBufferPool
public org.eclipse.jetty.io.ByteBufferPool getByteBufferPool() -
getHpackEncoder
public org.eclipse.jetty.http2.hpack.HpackEncoder getHpackEncoder() -
setValidateHpackEncoding
Deprecated. -
setHeaderTableSize
Deprecated. -
setMaxFrameSize
public void setMaxFrameSize(int maxFrameSize) -
control
public int control(org.eclipse.jetty.io.ByteBufferPool.Lease lease, Frame frame) throws org.eclipse.jetty.http2.hpack.HpackException - Throws:
org.eclipse.jetty.http2.hpack.HpackException
-
data
-
setMaxHeaderListSize
Deprecated.
-