| Package | Description |
|---|---|
| io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttp2RemoteFlowController
Basic implementation of
Http2RemoteFlowController. |
| Modifier and Type | Method and Description |
|---|---|
Http2RemoteFlowController |
DefaultHttp2ConnectionEncoder.flowController() |
Http2RemoteFlowController |
Http2ConnectionEncoder.flowController()
Provides the remote flow controller for managing outbound traffic.
|
| Modifier and Type | Method and Description |
|---|---|
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.