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