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