Uses of Interface
io.netty.handler.codec.http2.Http2FlowController
Packages that use Http2FlowController
-
Uses of Http2FlowController in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 with type parameters of type Http2FlowControllerModifier and TypeClassDescriptionprivate final class
Simple endpoint implementation.static interface
Http2Connection.Endpoint<F extends Http2FlowController>
A view of the connection from one endpoint (local or remote).Subinterfaces of Http2FlowController in io.netty.handler.codec.http2Modifier and TypeInterfaceDescriptioninterface
AHttp2FlowController
for controlling the inbound flow ofDATA
frames from the remote endpoint.interface
AHttp2FlowController
for controlling the flow of outboundDATA
frames to the remote endpoint.Classes in io.netty.handler.codec.http2 that implement Http2FlowControllerModifier and TypeClassDescriptionclass
Basic implementation ofHttp2LocalFlowController
.class
Basic implementation ofHttp2RemoteFlowController
.private final class
A decorator around the local flow controller that converts consumed bytes from uncompressed to compressed.Fields in io.netty.handler.codec.http2 declared as Http2FlowControllerMethods in io.netty.handler.codec.http2 that return types with arguments of type Http2FlowControllerModifier and TypeMethodDescription(package private) DefaultHttp2Connection.DefaultEndpoint
<? extends Http2FlowController> DefaultHttp2Connection.ConnectionStream.createdBy()
(package private) DefaultHttp2Connection.DefaultEndpoint
<? extends Http2FlowController> DefaultHttp2Connection.DefaultStream.createdBy()
Http2Connection.Endpoint
<? extends Http2FlowController> DefaultHttp2Connection.DefaultEndpoint.opposite()
Http2Connection.Endpoint
<? extends Http2FlowController> Http2Connection.Endpoint.opposite()
Gets theHttp2Connection.Endpoint
opposite this one.