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 maxDynamicTableSize, int maxHeaderBlockFragment) Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, int maxDynamicTableSize, int maxHeaderBlockFragment) -
Method Summary
Modifier and TypeMethodDescriptionintintorg.eclipse.jetty.io.ByteBufferPoolvoidsetHeaderTableSize(int headerTableSize) voidsetMaxFrameSize(int maxFrameSize) voidsetMaxHeaderListSize(int value) voidsetValidateHpackEncoding(boolean validateEncoding)
-
Constructor Details
-
Generator
public Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool) -
Generator
public Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, int maxDynamicTableSize, int maxHeaderBlockFragment) -
Generator
public Generator(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, boolean useDirectByteBuffers, int maxDynamicTableSize, int maxHeaderBlockFragment)
-
-
Method Details
-
getByteBufferPool
public org.eclipse.jetty.io.ByteBufferPool getByteBufferPool() -
setValidateHpackEncoding
public void setValidateHpackEncoding(boolean validateEncoding) -
setHeaderTableSize
public void setHeaderTableSize(int headerTableSize) -
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
public void setMaxHeaderListSize(int value)
-