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.FlowState
DefaultHttp2RemoteFlowController. connectionState
Methods in io.netty.handler.codec.http2 that return DefaultHttp2RemoteFlowController.FlowState Modifier and Type Method Description private DefaultHttp2RemoteFlowController.FlowState
DefaultHttp2RemoteFlowController. state(Http2Stream stream)
Methods in io.netty.handler.codec.http2 with parameters of type DefaultHttp2RemoteFlowController.FlowState Modifier and Type Method Description private void
DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor. checkConnectionThenStreamWritabilityChanged(DefaultHttp2RemoteFlowController.FlowState state)
private void
DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor. checkStateWritability(DefaultHttp2RemoteFlowController.FlowState state)
(package private) void
DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor. enqueueFrame(DefaultHttp2RemoteFlowController.FlowState state, Http2RemoteFlowController.FlowControlled frame)
(package private) void
DefaultHttp2RemoteFlowController.WritabilityMonitor. enqueueFrame(DefaultHttp2RemoteFlowController.FlowState state, Http2RemoteFlowController.FlowControlled frame)
Add a frame to be sent via flow control.(package private) void
DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor. incrementWindowSize(DefaultHttp2RemoteFlowController.FlowState state, int delta)
(package private) void
DefaultHttp2RemoteFlowController.WritabilityMonitor. incrementWindowSize(DefaultHttp2RemoteFlowController.FlowState state, int delta)
Increment the window size for a particular stream.(package private) boolean
DefaultHttp2RemoteFlowController.WritabilityMonitor. isWritable(DefaultHttp2RemoteFlowController.FlowState state)
Determine if the stream associated withstate
is writable.private void
DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor. notifyWritabilityChanged(DefaultHttp2RemoteFlowController.FlowState state)
(package private) void
DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor. stateCancelled(DefaultHttp2RemoteFlowController.FlowState state)
(package private) void
DefaultHttp2RemoteFlowController.WritabilityMonitor. stateCancelled(DefaultHttp2RemoteFlowController.FlowState state)
Called when the state is cancelled.(package private) void
DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor. windowSize(DefaultHttp2RemoteFlowController.FlowState state, int initialWindowSize)
(package private) void
DefaultHttp2RemoteFlowController.WritabilityMonitor. windowSize(DefaultHttp2RemoteFlowController.FlowState state, int initialWindowSize)
Set the initial window size forstate
.
-