Uses of Interface
io.netty.handler.codec.http2.Http2FlowController
-
Packages that use Http2FlowController Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2FlowController in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 with type parameters of type Http2FlowController Modifier and Type Class Description private classDefaultHttp2Connection.DefaultEndpoint<F extends Http2FlowController>Simple endpoint implementation.static interfaceHttp2Connection.Endpoint<F extends Http2FlowController>A view of the connection from one endpoint (local or remote).Subinterfaces of Http2FlowController in io.netty.handler.codec.http2 Modifier and Type Interface Description interfaceHttp2LocalFlowControllerAHttp2FlowControllerfor controlling the inbound flow ofDATAframes from the remote endpoint.interfaceHttp2RemoteFlowControllerAHttp2FlowControllerfor controlling the flow of outboundDATAframes to the remote endpoint.Classes in io.netty.handler.codec.http2 that implement Http2FlowController Modifier and Type Class Description classDefaultHttp2LocalFlowControllerBasic implementation ofHttp2LocalFlowController.classDefaultHttp2RemoteFlowControllerBasic implementation ofHttp2RemoteFlowController.private classDelegatingDecompressorFrameListener.ConsumedBytesConverterA decorator around the local flow controller that converts consumed bytes from uncompressed to compressed.Fields in io.netty.handler.codec.http2 declared as Http2FlowController Modifier and Type Field Description private FDefaultHttp2Connection.DefaultEndpoint. flowControllerMethods in io.netty.handler.codec.http2 that return types with arguments of type Http2FlowController Modifier and Type Method Description (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.Endpointopposite this one.
-