Class HeadersGenerator
java.lang.Object
org.eclipse.jetty.http3.generator.FrameGenerator
org.eclipse.jetty.http3.generator.HeadersGenerator
-
Constructor Summary
ConstructorDescriptionHeadersGenerator
(ByteBufferPool bufferPool, QpackEncoder encoder, boolean useDirectByteBuffers) -
Method Summary
Modifier and TypeMethodDescriptionint
generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) Methods inherited from class org.eclipse.jetty.http3.generator.FrameGenerator
getByteBufferPool
-
Constructor Details
-
HeadersGenerator
public HeadersGenerator(ByteBufferPool bufferPool, QpackEncoder encoder, boolean useDirectByteBuffers)
-
-
Method Details
-
generate
public int generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) - Specified by:
generate
in classFrameGenerator
-