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(RetainableByteBuffer.Mutable accumulator, Frame frame) intdata(RetainableByteBuffer.Mutable 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
 
 -