Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
private class |
DefaultHttp2RemoteFlowController.FlowState
The remote flow control state for a single stream.
|
Modifier and Type | Method and Description |
---|---|
static int |
Http2CodecUtil.streamableBytes(StreamByteDistributor.StreamState state)
Calculate the amount of bytes that can be sent by
state . |
void |
UniformStreamByteDistributor.updateStreamableBytes(StreamByteDistributor.StreamState streamState) |
void |
WeightedFairQueueByteDistributor.updateStreamableBytes(StreamByteDistributor.StreamState state) |
void |
StreamByteDistributor.updateStreamableBytes(StreamByteDistributor.StreamState state)
Called when the streamable bytes for a stream has changed.
|