Uses of Class
io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
-
Packages that use DefaultHttp2RemoteFlowController.FlowState Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of DefaultHttp2RemoteFlowController.FlowState in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as DefaultHttp2RemoteFlowController.FlowState Modifier and Type Field Description private DefaultHttp2RemoteFlowController.FlowStateDefaultHttp2RemoteFlowController. connectionStateMethods in io.netty.handler.codec.http2 that return DefaultHttp2RemoteFlowController.FlowState Modifier and Type Method Description private DefaultHttp2RemoteFlowController.FlowStateDefaultHttp2RemoteFlowController. state(Http2Stream stream)Methods in io.netty.handler.codec.http2 with parameters of type DefaultHttp2RemoteFlowController.FlowState Modifier and Type Method Description private 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) 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.
-