Uses of Class
io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Packages that use DefaultHttp2RemoteFlowController.FlowState
-
Uses of DefaultHttp2RemoteFlowController.FlowState in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as DefaultHttp2RemoteFlowController.FlowStateModifier and TypeFieldDescriptionprivate final DefaultHttp2RemoteFlowController.FlowStateDefaultHttp2RemoteFlowController.connectionStateMethods in io.netty.handler.codec.http2 that return DefaultHttp2RemoteFlowController.FlowStateMethods in io.netty.handler.codec.http2 with parameters of type DefaultHttp2RemoteFlowController.FlowStateModifier and TypeMethodDescriptionprivate voidDefaultHttp2RemoteFlowController.ListenerWritabilityMonitor.checkConnectionThenStreamWritabilityChanged(DefaultHttp2RemoteFlowController.FlowState state) private voidDefaultHttp2RemoteFlowController.ListenerWritabilityMonitor.checkStateWritability(DefaultHttp2RemoteFlowController.FlowState state) (package private) voidDefaultHttp2RemoteFlowController.ListenerWritabilityMonitor.enqueueFrame(DefaultHttp2RemoteFlowController.FlowState state, Http2RemoteFlowController.FlowControlled frame) (package private) voidDefaultHttp2RemoteFlowController.WritabilityMonitor.enqueueFrame(DefaultHttp2RemoteFlowController.FlowState state, Http2RemoteFlowController.FlowControlled frame) Add a frame to be sent via flow control.(package private) voidDefaultHttp2RemoteFlowController.ListenerWritabilityMonitor.incrementWindowSize(DefaultHttp2RemoteFlowController.FlowState state, int delta) (package private) voidDefaultHttp2RemoteFlowController.WritabilityMonitor.incrementWindowSize(DefaultHttp2RemoteFlowController.FlowState state, int delta) Increment the window size for a particular stream.(package private) final booleanDefaultHttp2RemoteFlowController.WritabilityMonitor.isWritable(DefaultHttp2RemoteFlowController.FlowState state) Determine if the stream associated withstateis writable.private voidDefaultHttp2RemoteFlowController.ListenerWritabilityMonitor.notifyWritabilityChanged(DefaultHttp2RemoteFlowController.FlowState state) (package private) voidDefaultHttp2RemoteFlowController.ListenerWritabilityMonitor.stateCancelled(DefaultHttp2RemoteFlowController.FlowState state) (package private) voidDefaultHttp2RemoteFlowController.WritabilityMonitor.stateCancelled(DefaultHttp2RemoteFlowController.FlowState state) Called when the state is cancelled.(package private) voidDefaultHttp2RemoteFlowController.ListenerWritabilityMonitor.windowSize(DefaultHttp2RemoteFlowController.FlowState state, int initialWindowSize) (package private) voidDefaultHttp2RemoteFlowController.WritabilityMonitor.windowSize(DefaultHttp2RemoteFlowController.FlowState state, int initialWindowSize) Set the initial window size forstate.