Class MessageGenerator
java.lang.Object
org.eclipse.jetty.http3.generator.MessageGenerator
- 
Constructor Summary
ConstructorsConstructorDescriptionMessageGenerator(ByteBufferPool bufferPool, QpackEncoder encoder, boolean useDirectByteBuffers)  - 
Method Summary
Modifier and TypeMethodDescriptionlonggenerate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail)  
- 
Constructor Details
- 
MessageGenerator
public MessageGenerator(ByteBufferPool bufferPool, QpackEncoder encoder, boolean useDirectByteBuffers)  
 - 
 - 
Method Details
- 
generate
public long generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail)  
 -