程序包 | 说明 |
---|---|
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultHttp2LocalFlowController
Basic implementation of
Http2LocalFlowController . |
限定符和类型 | 方法和说明 |
---|---|
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. |
限定符和类型 | 方法和说明 |
---|---|
Http2Connection.Endpoint<Http2LocalFlowController> |
Http2Connection.local()
Gets a view of this connection from the local
Http2Connection.Endpoint . |
Http2Connection.Endpoint<Http2LocalFlowController> |
DefaultHttp2Connection.local() |