| Package | Description | 
|---|---|
| io.netty.handler.codec.http2 | Handlers for sending and receiving HTTP/2 frames. | 
| Modifier and Type | Method and Description | 
|---|---|
| Http2Connection.Endpoint<Http2LocalFlowController> | Http2Connection. local()Gets a view of this connection from the local  Http2Connection.Endpoint. | 
| Http2Connection.Endpoint<Http2LocalFlowController> | DefaultHttp2Connection. local() | 
| Http2Connection.Endpoint<? extends Http2FlowController> | Http2Connection.Endpoint. opposite()Gets the  Http2Connection.Endpointopposite this one. | 
| Http2Connection.Endpoint<Http2RemoteFlowController> | Http2Connection. remote()Gets a view of this connection from the remote  Http2Connection.Endpoint. | 
| Http2Connection.Endpoint<Http2RemoteFlowController> | DefaultHttp2Connection. remote() | 
Copyright © 2008–2015 The Netty Project. All rights reserved.