Uses of Interface
io.netty.handler.codec.http2.StreamByteDistributor.StreamState
-
Packages that use StreamByteDistributor.StreamState Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of StreamByteDistributor.StreamState in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement StreamByteDistributor.StreamState Modifier and Type Class Description private class
DefaultHttp2RemoteFlowController.FlowState
The remote flow control state for a single stream.Methods in io.netty.handler.codec.http2 with parameters of type StreamByteDistributor.StreamState Modifier and Type Method Description static 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)
-