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