Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
private class |
DefaultHttp2LocalFlowController.AutoRefillState
Flow control state that does autorefill of the flow control window when the data is
received.
|
private class |
DefaultHttp2LocalFlowController.DefaultState
Flow control window state for an individual stream.
|
Modifier and Type | Field and Description |
---|---|
private static DefaultHttp2LocalFlowController.FlowState |
DefaultHttp2LocalFlowController.REDUCED_FLOW_STATE
The local flow control state for a single stream that is not in a state where flow controlled frames cannot
be exchanged.
|
Modifier and Type | Method and Description |
---|---|
private DefaultHttp2LocalFlowController.FlowState |
DefaultHttp2LocalFlowController.connectionState() |
private DefaultHttp2LocalFlowController.FlowState |
DefaultHttp2LocalFlowController.state(Http2Stream stream) |