Class SettingsGenerator
java.lang.Object
org.eclipse.jetty.http3.generator.FrameGenerator
org.eclipse.jetty.http3.generator.SettingsGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionSettingsGenerator(org.eclipse.jetty.io.ByteBufferPool bufferPool, boolean useDirectByteBuffers) -
Method Summary
Methods inherited from class org.eclipse.jetty.http3.generator.FrameGenerator
getByteBufferPool
-
Constructor Details
-
SettingsGenerator
public SettingsGenerator(org.eclipse.jetty.io.ByteBufferPool bufferPool, boolean useDirectByteBuffers)
-
-
Method Details
-
generate
public int generate(org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) - Specified by:
generatein classFrameGenerator
-