| 软件包 | 描述 |
|---|---|
| io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Http2Connection.Endpoint<F extends Http2FlowController>
从一个端点(本地或远程)连接的视图。
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Http2LocalFlowController
A Http2FlowController用于控制来自远程端点的DATA帧的入站流。
|
interface |
Http2RemoteFlowController
A Http2FlowController用于控制出站帧DATA到远程端点的流量。
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttp2LocalFlowController
基本实现 Http2LocalFlowController 。
|
class |
DefaultHttp2RemoteFlowController
|
| Modifier and Type | Method and Description |
|---|---|
Http2Connection.Endpoint<? extends Http2FlowController> |
Http2Connection.Endpoint.opposite()
Gets the
Http2Connection.Endpoint opposite this one.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.