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