Uses of Interface
io.netty.handler.codec.http2.Http2RemoteFlowController.Listener
-
Packages that use Http2RemoteFlowController.Listener Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2RemoteFlowController.Listener in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2RemoteFlowController.Listener Modifier and Type Class Description private class
Http2FrameCodec.Http2RemoteFlowControllerListener
Fields in io.netty.handler.codec.http2 declared as Http2RemoteFlowController.Listener Modifier and Type Field Description private Http2RemoteFlowController.Listener
DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor. listener
Methods in io.netty.handler.codec.http2 with parameters of type Http2RemoteFlowController.Listener Modifier and Type Method Description void
DefaultHttp2RemoteFlowController. listener(Http2RemoteFlowController.Listener listener)
void
Http2RemoteFlowController. listener(Http2RemoteFlowController.Listener listener)
Set the active listener on the flow-controller.Constructors in io.netty.handler.codec.http2 with parameters of type Http2RemoteFlowController.Listener Constructor Description DefaultHttp2RemoteFlowController(Http2Connection connection, Http2RemoteFlowController.Listener listener)
DefaultHttp2RemoteFlowController(Http2Connection connection, StreamByteDistributor streamByteDistributor, Http2RemoteFlowController.Listener listener)
ListenerWritabilityMonitor(Http2RemoteFlowController.Listener listener)
-