Uses of Interface
io.netty5.handler.codec.http2.Http2FlowController
-
Packages that use Http2FlowController Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2FlowController in io.netty5.handler.codec.http2
Classes in io.netty5.handler.codec.http2 with type parameters of type Http2FlowController Modifier and Type Interface Description static interface
Http2Connection.Endpoint<F extends Http2FlowController>
A view of the connection from one endpoint (local or remote).Subinterfaces of Http2FlowController in io.netty5.handler.codec.http2 Modifier and Type Interface Description interface
Http2LocalFlowController
AHttp2FlowController
for controlling the inbound flow ofDATA
frames from the remote endpoint.interface
Http2RemoteFlowController
AHttp2FlowController
for controlling the flow of outboundDATA
frames to the remote endpoint.Classes in io.netty5.handler.codec.http2 that implement Http2FlowController Modifier and Type Class Description class
DefaultHttp2LocalFlowController
Basic implementation ofHttp2LocalFlowController
.class
DefaultHttp2RemoteFlowController
Basic implementation ofHttp2RemoteFlowController
.Methods in io.netty5.handler.codec.http2 that return types with arguments of type Http2FlowController Modifier and Type Method Description Http2Connection.Endpoint<? extends Http2FlowController>
Http2Connection.Endpoint. opposite()
Gets theHttp2Connection.Endpoint
opposite this one.
-