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 |
Http2ConnectionEncoder.flowController()
Provides the remote flow controller for managing outbound traffic.
|
Http2RemoteFlowController |
DefaultHttp2ConnectionEncoder.flowController() |
Http2RemoteFlowController |
DecoratingHttp2ConnectionEncoder.flowController() |
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–2017 The Netty Project. All rights reserved.