Uses of Interface
io.netty.handler.codec.http2.Http2RemoteFlowController
-
Packages that use Http2RemoteFlowController Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2RemoteFlowController in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2RemoteFlowController Modifier and Type Class Description classDefaultHttp2RemoteFlowControllerBasic implementation ofHttp2RemoteFlowController.Fields in io.netty.handler.codec.http2 with type parameters of type Http2RemoteFlowController Modifier and Type Field Description (package private) DefaultHttp2Connection.DefaultEndpoint<Http2RemoteFlowController>DefaultHttp2Connection. remoteEndpointMethods in io.netty.handler.codec.http2 that return Http2RemoteFlowController Modifier and Type Method Description Http2RemoteFlowControllerDecoratingHttp2ConnectionEncoder. flowController()Http2RemoteFlowControllerDefaultHttp2ConnectionEncoder. flowController()Http2RemoteFlowControllerHttp2ConnectionEncoder. flowController()Provides the remote flow controller for managing outbound traffic.Methods in io.netty.handler.codec.http2 that return types with arguments of type Http2RemoteFlowController Modifier and Type Method Description Http2Connection.Endpoint<Http2RemoteFlowController>DefaultHttp2Connection. remote()Http2Connection.Endpoint<Http2RemoteFlowController>Http2Connection. remote()Gets a view of this connection from the remoteHttp2Connection.Endpoint.
-