Uses of Interface
io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
Packages that use DefaultHttp2LocalFlowController.FlowState
-
Uses of DefaultHttp2LocalFlowController.FlowState in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement DefaultHttp2LocalFlowController.FlowStateModifier and TypeClassDescriptionprivate final class
Flow control state that does autorefill of the flow control window when the data is received.private class
Flow control window state for an individual stream.Fields in io.netty.handler.codec.http2 declared as DefaultHttp2LocalFlowController.FlowStateModifier and TypeFieldDescriptionprivate static final 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.FlowStateModifier and TypeMethodDescriptionDefaultHttp2LocalFlowController.connectionState()
DefaultHttp2LocalFlowController.state
(Http2Stream stream) Methods in io.netty.handler.codec.http2 with parameters of type DefaultHttp2LocalFlowController.FlowStateModifier and TypeMethodDescriptionprivate boolean
DefaultHttp2LocalFlowController.consumeAllBytes
(DefaultHttp2LocalFlowController.FlowState state, int numBytes)