| Package | Description |
|---|---|
| io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Http2RemoteFlowController.listener(Http2RemoteFlowController.Listener listener)
Set the active listener on the flow-controller.
|
void |
DefaultHttp2RemoteFlowController.listener(Http2RemoteFlowController.Listener listener) |
| Constructor and Description |
|---|
DefaultHttp2RemoteFlowController(Http2Connection connection,
Http2RemoteFlowController.Listener listener) |
DefaultHttp2RemoteFlowController(Http2Connection connection,
StreamByteDistributor streamByteDistributor,
Http2RemoteFlowController.Listener listener) |
Copyright © 2008–2019 The Netty Project. All rights reserved.