Class MessageGenerator
java.lang.Object
org.eclipse.jetty.http3.generator.MessageGenerator
-
Constructor Summary
ConstructorDescriptionMessageGenerator
(ByteBufferPool bufferPool, QpackEncoder encoder, boolean useDirectByteBuffers) -
Method Summary
Modifier and TypeMethodDescriptionint
generate
(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 int generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail)
-