Class PushPromiseGenerator
java.lang.Object
org.eclipse.jetty.http3.generator.FrameGenerator
org.eclipse.jetty.http3.generator.PushPromiseGenerator
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlonggenerate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) Methods inherited from class FrameGenerator
getByteBufferPool 
- 
Constructor Details
- 
PushPromiseGenerator
 
 - 
 - 
Method Details
- 
generate
public long generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) - Specified by:
 generatein classFrameGenerator
 
 -