Class Generator
java.lang.Object
org.eclipse.jetty.http2.generator.Generator
-
Constructor Summary
ConstructorsConstructorDescriptionGenerator(ByteBufferPool bufferPool) Generator(ByteBufferPool bufferPool, boolean useDirectByteBuffers, int maxHeaderBlockFragment) Generator(ByteBufferPool bufferPool, int maxHeaderBlockFragment) -
Method Summary
Modifier and TypeMethodDescriptionintcontrol(ByteBufferPool.Accumulator accumulator, Frame frame) intdata(ByteBufferPool.Accumulator accumulator, DataFrame frame, int maxLength) intvoidsetMaxFrameSize(int maxFrameSize)
-
Constructor Details
-
Generator
-
Generator
-
Generator
public Generator(ByteBufferPool bufferPool, boolean useDirectByteBuffers, int maxHeaderBlockFragment)
-
-
Method Details
-
getByteBufferPool
-
getHpackEncoder
-
getMaxFrameSize
public int getMaxFrameSize() -
setMaxFrameSize
public void setMaxFrameSize(int maxFrameSize) -
control
- Throws:
HpackException
-
data
-