Uses of Interface
io.netty5.handler.codec.http2.StreamByteDistributor
-
Packages that use StreamByteDistributor Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of StreamByteDistributor in io.netty5.handler.codec.http2
Classes in io.netty5.handler.codec.http2 that implement StreamByteDistributor Modifier and Type Class Description class
UniformStreamByteDistributor
AStreamByteDistributor
that ignores stream priority and uniformly allocates bytes to all streams.class
WeightedFairQueueByteDistributor
AStreamByteDistributor
that is sensitive to stream priority and uses Weighted Fair Queueing approach for distributing bytes.Constructors in io.netty5.handler.codec.http2 with parameters of type StreamByteDistributor Constructor Description DefaultHttp2RemoteFlowController(Http2Connection connection, StreamByteDistributor streamByteDistributor)
DefaultHttp2RemoteFlowController(Http2Connection connection, StreamByteDistributor streamByteDistributor, Http2RemoteFlowController.Listener listener)
-