Class FrameGenerator
java.lang.Object
org.eclipse.jetty.http3.generator.FrameGenerator
- Direct Known Subclasses:
CancelPushGenerator, DataGenerator, GoAwayGenerator, HeadersGenerator, MaxPushIdGenerator, PushPromiseGenerator, SettingsGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intgenerate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail)
-
Constructor Details
-
FrameGenerator
-
-
Method Details
-
getByteBufferPool
-
generate
public abstract int generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail)
-