Uses of Interface
io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
-
Packages that use DefaultHttp2LocalFlowController.FlowState Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of DefaultHttp2LocalFlowController.FlowState in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement DefaultHttp2LocalFlowController.FlowState Modifier and Type Class 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.Fields in io.netty.handler.codec.http2 declared as DefaultHttp2LocalFlowController.FlowState Modifier and Type Field 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.Methods in io.netty.handler.codec.http2 that return DefaultHttp2LocalFlowController.FlowState Modifier and Type Method Description private DefaultHttp2LocalFlowController.FlowState
DefaultHttp2LocalFlowController. connectionState()
private DefaultHttp2LocalFlowController.FlowState
DefaultHttp2LocalFlowController. state(Http2Stream stream)
Methods in io.netty.handler.codec.http2 with parameters of type DefaultHttp2LocalFlowController.FlowState Modifier and Type Method Description private boolean
DefaultHttp2LocalFlowController. consumeAllBytes(DefaultHttp2LocalFlowController.FlowState state, int numBytes)
-