Uses of Interface
io.netty5.handler.codec.http2.Http2RemoteFlowController
-
Packages that use Http2RemoteFlowController Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2RemoteFlowController in io.netty5.handler.codec.http2
Classes in io.netty5.handler.codec.http2 that implement Http2RemoteFlowController Modifier and Type Class Description class
DefaultHttp2RemoteFlowController
Basic implementation ofHttp2RemoteFlowController
.Methods in io.netty5.handler.codec.http2 that return Http2RemoteFlowController Modifier and Type Method Description Http2RemoteFlowController
DecoratingHttp2ConnectionEncoder. flowController()
Http2RemoteFlowController
DefaultHttp2ConnectionEncoder. flowController()
Http2RemoteFlowController
Http2ConnectionEncoder. flowController()
Provides the remote flow controller for managing outbound traffic.Methods in io.netty5.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
.
-