软件包 | 描述 |
---|---|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Class and Description |
---|---|
class |
UniformStreamByteDistributor
A StreamByteDistributor 忽略流优先级并将字节统一分配给所有流。
|
class |
WeightedFairQueueByteDistributor
A StreamByteDistributor 对流优先级敏感并使用Weighted Fair Queueing方法分发字节。
|
Constructor and Description |
---|
DefaultHttp2RemoteFlowController(Http2Connection connection, StreamByteDistributor streamByteDistributor) |
DefaultHttp2RemoteFlowController(Http2Connection connection, StreamByteDistributor streamByteDistributor, Http2RemoteFlowController.Listener listener) |
Copyright © 2008–2018 The Netty Project. All rights reserved.