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 classAStreamByteDistributorthat ignores stream priority and uniformly allocates bytes to all streams.final classAStreamByteDistributorthat 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 StreamByteDistributorModifierConstructorDescriptionDefaultHttp2RemoteFlowController(Http2Connection connection, StreamByteDistributor streamByteDistributor) DefaultHttp2RemoteFlowController(Http2Connection connection, StreamByteDistributor streamByteDistributor, Http2RemoteFlowController.Listener listener)