Uses of Interface
io.netty5.handler.codec.http2.StreamByteDistributor.StreamState
-
Packages that use StreamByteDistributor.StreamState Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of StreamByteDistributor.StreamState in io.netty5.handler.codec.http2
Methods in io.netty5.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)
-