软件包 | 描述 |
---|---|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2ConnectionEncoder.FlowControlledBase
通过流量控制传送有效载荷的通用基本类型。
|
Modifier and Type | Method and Description |
---|---|
void |
Http2RemoteFlowController.addFlowControlled(Http2Stream stream, Http2RemoteFlowController.FlowControlled payload)
排队有效载荷以传输到远程端点。
|
void |
DefaultHttp2RemoteFlowController.addFlowControlled(Http2Stream stream, Http2RemoteFlowController.FlowControlled frame) |
boolean |
Http2RemoteFlowController.FlowControlled.merge(ChannelHandlerContext ctx, Http2RemoteFlowController.FlowControlled next)
将
next 消息的内容合并到此消息中,以便它们可以作为一个单元写出。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.