Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2LocalFlowController
Basic implementation of
Http2LocalFlowController . |
Modifier and Type | Method and Description |
---|---|
Http2LocalFlowController |
Http2ConnectionDecoder.flowController()
Provides the local flow controller for managing inbound traffic.
|
Http2LocalFlowController |
DefaultHttp2ConnectionDecoder.flowController() |
Http2LocalFlowController |
DecoratingHttp2ConnectionDecoder.flowController() |
Http2LocalFlowController |
Http2LocalFlowController.frameWriter(Http2FrameWriter frameWriter)
Sets the writer to be use for sending
WINDOW_UPDATE 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() |
Copyright © 2008–2017 The Netty Project. All rights reserved.