Class Generator
- java.lang.Object
-
- org.eclipse.jetty.http2.generator.Generator
-
public class Generator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Generator(ByteBufferPool byteBufferPool)Generator(ByteBufferPool byteBufferPool, int maxDynamicTableSize, int maxHeaderBlockFragment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcontrol(ByteBufferPool.Lease lease, Frame frame)intdata(ByteBufferPool.Lease lease, DataFrame frame, int maxLength)ByteBufferPoolgetByteBufferPool()voidsetHeaderTableSize(int headerTableSize)voidsetMaxFrameSize(int maxFrameSize)voidsetMaxHeaderListSize(int value)
-
-
-
Constructor Detail
-
Generator
public Generator(ByteBufferPool byteBufferPool)
-
Generator
public Generator(ByteBufferPool byteBufferPool, int maxDynamicTableSize, int maxHeaderBlockFragment)
-
-
Method Detail
-
getByteBufferPool
public ByteBufferPool getByteBufferPool()
-
setHeaderTableSize
public void setHeaderTableSize(int headerTableSize)
-
setMaxFrameSize
public void setMaxFrameSize(int maxFrameSize)
-
control
public int control(ByteBufferPool.Lease lease, Frame frame)
-
data
public int data(ByteBufferPool.Lease lease, DataFrame frame, int maxLength)
-
setMaxHeaderListSize
public void setMaxHeaderListSize(int value)
-
-