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 classDefaultHttp2RemoteFlowController.FlowStateThe 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 intHttp2CodecUtil. streamableBytes(StreamByteDistributor.StreamState state)Calculate the amount of bytes that can be sent bystate.voidStreamByteDistributor. updateStreamableBytes(StreamByteDistributor.StreamState state)Called when the streamable bytes for a stream has changed.voidUniformStreamByteDistributor. updateStreamableBytes(StreamByteDistributor.StreamState streamState)voidWeightedFairQueueByteDistributor. updateStreamableBytes(StreamByteDistributor.StreamState state)
-