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