Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
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 |
StreamByteDistributor.updateStreamableBytes(StreamByteDistributor.StreamState state)
Called when the streamable bytes for a stream has changed.
|
void |
WeightedFairQueueByteDistributor.updateStreamableBytes(StreamByteDistributor.StreamState state) |
Copyright © 2008–2024 The Netty Project. All rights reserved.