Class SettingsGenerator
java.lang.Object
org.eclipse.jetty.http3.generator.FrameGenerator
org.eclipse.jetty.http3.generator.SettingsGenerator
-
Constructor Summary
-
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
-
SettingsGenerator
-
-
Method Details
-
generate
public int generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) - Specified by:
generate
in classFrameGenerator
-