Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Http2Connection.Endpoint<F extends Http2FlowController>
A view of the connection from one endpoint (local or remote).
|
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2LocalFlowController
Basic implementation of
Http2LocalFlowController . |
class |
DefaultHttp2RemoteFlowController
Basic implementation of
Http2RemoteFlowController . |
Modifier and Type | Method and Description |
---|---|
Http2Connection.Endpoint<? extends Http2FlowController> |
Http2Connection.Endpoint.opposite()
Gets the
Http2Connection.Endpoint opposite this one. |
Copyright © 2008–2017 The Netty Project. All rights reserved.