| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2. |
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
Http2Connection.Endpoint<F extends Http2FlowController>
A view of the connection from one endpoint (local or remote).
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Http2LocalFlowController
A
Http2FlowController for controlling the inbound flow of DATA frames from the remote endpoint. |
interface |
Http2RemoteFlowController
A
Http2FlowController for controlling the flow of outbound DATA frames to the remote
endpoint. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultHttp2LocalFlowController
Basic implementation of
Http2LocalFlowController. |
class |
DefaultHttp2RemoteFlowController
Basic implementation of
Http2RemoteFlowController. |
| 限定符和类型 | 方法和说明 |
|---|---|
Http2Connection.Endpoint<? extends Http2FlowController> |
Http2Connection.Endpoint.opposite()
Gets the
Http2Connection.Endpoint opposite this one. |