Class FrameGenerator
java.lang.Object
org.eclipse.jetty.http3.generator.FrameGenerator
- Direct Known Subclasses:
CancelPushGenerator
,DataGenerator
,GoAwayGenerator
,HeadersGenerator
,MaxPushIdGenerator
,PushPromiseGenerator
,SettingsGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract int
generate
(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)
-