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 classDefaultHttp2LocalFlowController.AutoRefillStateFlow control state that does autorefill of the flow control window when the data is received.private classDefaultHttp2LocalFlowController.DefaultStateFlow 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.FlowStateDefaultHttp2LocalFlowController. REDUCED_FLOW_STATEThe 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.FlowStateDefaultHttp2LocalFlowController. connectionState()private DefaultHttp2LocalFlowController.FlowStateDefaultHttp2LocalFlowController. state(Http2Stream stream)Methods in io.netty.handler.codec.http2 with parameters of type DefaultHttp2LocalFlowController.FlowState Modifier and Type Method Description private booleanDefaultHttp2LocalFlowController. consumeAllBytes(DefaultHttp2LocalFlowController.FlowState state, int numBytes)
-