软件包 | 描述 |
---|---|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2LocalFlowController
基本实现 Http2LocalFlowController 。
|
Modifier and Type | Method and Description |
---|---|
Http2LocalFlowController |
Http2ConnectionDecoder.flowController()
提供本地流量控制器来管理入站流量。
|
Http2LocalFlowController |
DefaultHttp2ConnectionDecoder.flowController() |
Http2LocalFlowController |
DecoratingHttp2ConnectionDecoder.flowController() |
Http2LocalFlowController |
Http2LocalFlowController.frameWriter(Http2FrameWriter frameWriter)
将写入器设置为用于发送
WINDOW_UPDATE 帧。
|
Modifier and Type | Method and Description |
---|---|
Http2Connection.Endpoint<Http2LocalFlowController> |
Http2Connection.local()
从当地 Http2Connection.Endpoint 获取此连接的视图。
|
Http2Connection.Endpoint<Http2LocalFlowController> |
DefaultHttp2Connection.local() |
Copyright © 2008–2018 The Netty Project. All rights reserved.