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
Methods in io.netty.handler.codec.http2 with parameters of type StreamByteDistributor.StreamStateModifier and TypeMethodDescriptionstatic 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)