Uses of Interface
io.netty.handler.codec.http2.Http2LocalFlowController
Packages that use Http2LocalFlowController
-
Uses of Http2LocalFlowController in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2LocalFlowControllerModifier and TypeClassDescriptionclassBasic implementation ofHttp2LocalFlowController.private final classA decorator around the local flow controller that converts consumed bytes from uncompressed to compressed.Fields in io.netty.handler.codec.http2 declared as Http2LocalFlowControllerModifier and TypeFieldDescriptionprivate final Http2LocalFlowControllerDelegatingDecompressorFrameListener.ConsumedBytesConverter.flowControllerFields in io.netty.handler.codec.http2 with type parameters of type Http2LocalFlowControllerModifier and TypeFieldDescription(package private) final DefaultHttp2Connection.DefaultEndpoint<Http2LocalFlowController> DefaultHttp2Connection.localEndpointMethods in io.netty.handler.codec.http2 that return Http2LocalFlowControllerModifier and TypeMethodDescriptionDecoratingHttp2ConnectionDecoder.flowController()final Http2LocalFlowControllerDefaultHttp2ConnectionDecoder.flowController()Http2ConnectionDecoder.flowController()Provides the local flow controller for managing inbound traffic.DelegatingDecompressorFrameListener.ConsumedBytesConverter.frameWriter(Http2FrameWriter frameWriter) Http2LocalFlowController.frameWriter(Http2FrameWriter frameWriter) Sets the writer to be use for sendingWINDOW_UPDATEframes.Methods in io.netty.handler.codec.http2 that return types with arguments of type Http2LocalFlowControllerModifier and TypeMethodDescriptionDefaultHttp2Connection.local()Http2Connection.local()Gets a view of this connection from the localHttp2Connection.Endpoint.Constructors in io.netty.handler.codec.http2 with parameters of type Http2LocalFlowControllerModifierConstructorDescription(package private)ConsumedBytesConverter(Http2LocalFlowController flowController)