Class Generator
- java.lang.Object
-
- org.eclipse.jetty.http2.generator.Generator
-
public class Generator extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcontrol(org.eclipse.jetty.io.ByteBufferPool.Lease lease, Frame frame)intdata(org.eclipse.jetty.io.ByteBufferPool.Lease lease, DataFrame frame, int maxLength)org.eclipse.jetty.io.ByteBufferPoolgetByteBufferPool()voidsetHeaderTableSize(int headerTableSize)voidsetMaxFrameSize(int maxFrameSize)voidsetMaxHeaderListSize(int value)voidsetValidateHpackEncoding(boolean validateEncoding)
-
-
-
Method Detail
-
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 HpackException- Throws:
HpackException
-
data
public int data(org.eclipse.jetty.io.ByteBufferPool.Lease lease, DataFrame frame, int maxLength)
-
setMaxHeaderListSize
public void setMaxHeaderListSize(int value)
-
-