Uses of Interface
io.netty.handler.codec.http2.StreamByteDistributor.StreamState
Packages that use StreamByteDistributor.StreamState
-
Uses of StreamByteDistributor.StreamState in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement StreamByteDistributor.StreamStateModifier and TypeClassDescriptionprivate final class
The remote flow control state for a single stream.Methods in io.netty.handler.codec.http2 with parameters of type StreamByteDistributor.StreamStateModifier and TypeMethodDescriptionstatic int
Http2CodecUtil.streamableBytes
(StreamByteDistributor.StreamState state) Calculate the amount of bytes that can be sent bystate
.void
StreamByteDistributor.updateStreamableBytes
(StreamByteDistributor.StreamState state) Called when the streamable bytes for a stream has changed.void
UniformStreamByteDistributor.updateStreamableBytes
(StreamByteDistributor.StreamState streamState) void
WeightedFairQueueByteDistributor.updateStreamableBytes
(StreamByteDistributor.StreamState state)