软件包 | 描述 |
---|---|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Method and Description |
---|---|
static int |
Http2CodecUtil.streamableBytes(StreamByteDistributor.StreamState state)
计算可由
state 发送的字节
state 。
|
void |
WeightedFairQueueByteDistributor.updateStreamableBytes(StreamByteDistributor.StreamState state) |
void |
UniformStreamByteDistributor.updateStreamableBytes(StreamByteDistributor.StreamState streamState) |
void |
StreamByteDistributor.updateStreamableBytes(StreamByteDistributor.StreamState state)
当流的流传输字节已更改时调用。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.