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 longgenerate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail)  
- 
Constructor Details
- 
FrameGenerator
 
 - 
 - 
Method Details
- 
getByteBufferPool
 - 
generate
public abstract long generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail)  
 -