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 TypeInterfaceDescriptionstatic interfaceHttp2Connection.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 TypeInterfaceDescriptioninterfaceAHttp2FlowControllerfor controlling the inbound flow ofDATAframes from the remote endpoint.interfaceAHttp2FlowControllerfor controlling the flow of outboundDATAframes to the remote endpoint.Classes in io.netty.handler.codec.http2 that implement Http2FlowControllerModifier and TypeClassDescriptionclassBasic implementation ofHttp2LocalFlowController.classBasic implementation ofHttp2RemoteFlowController.Methods in io.netty.handler.codec.http2 that return types with arguments of type Http2FlowControllerModifier and TypeMethodDescriptionHttp2Connection.Endpoint<? extends Http2FlowController> Http2Connection.Endpoint.opposite()Gets theHttp2Connection.Endpointopposite this one.