Uses of Interface
io.netty.handler.codec.http2.StreamByteDistributor
Packages that use StreamByteDistributor
-
Uses of StreamByteDistributor in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement StreamByteDistributorModifier and TypeClassDescriptionfinal class
AStreamByteDistributor
that ignores stream priority and uniformly allocates bytes to all streams.final class
AStreamByteDistributor
that is sensitive to stream priority and uses Weighted Fair Queueing approach for distributing bytes.Fields in io.netty.handler.codec.http2 declared as StreamByteDistributorModifier and TypeFieldDescriptionprivate final StreamByteDistributor
DefaultHttp2RemoteFlowController.streamByteDistributor
Constructors in io.netty.handler.codec.http2 with parameters of type StreamByteDistributorModifierConstructorDescriptionDefaultHttp2RemoteFlowController
(Http2Connection connection, StreamByteDistributor streamByteDistributor) DefaultHttp2RemoteFlowController
(Http2Connection connection, StreamByteDistributor streamByteDistributor, Http2RemoteFlowController.Listener listener)