Uses of Interface
io.netty.handler.codec.http2.Http2LocalFlowController
-
Packages that use Http2LocalFlowController Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2LocalFlowController in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2LocalFlowController Modifier and Type Class Description class
DefaultHttp2LocalFlowController
Basic implementation ofHttp2LocalFlowController
.private class
DelegatingDecompressorFrameListener.ConsumedBytesConverter
A decorator around the local flow controller that converts consumed bytes from uncompressed to compressed.Fields in io.netty.handler.codec.http2 declared as Http2LocalFlowController Modifier and Type Field Description private Http2LocalFlowController
DelegatingDecompressorFrameListener.ConsumedBytesConverter. flowController
Fields in io.netty.handler.codec.http2 with type parameters of type Http2LocalFlowController Modifier and Type Field Description (package private) DefaultHttp2Connection.DefaultEndpoint<Http2LocalFlowController>
DefaultHttp2Connection. localEndpoint
Methods in io.netty.handler.codec.http2 that return Http2LocalFlowController Modifier and Type Method Description Http2LocalFlowController
DecoratingHttp2ConnectionDecoder. flowController()
Http2LocalFlowController
DefaultHttp2ConnectionDecoder. flowController()
Http2LocalFlowController
Http2ConnectionDecoder. flowController()
Provides the local flow controller for managing inbound traffic.Http2LocalFlowController
DelegatingDecompressorFrameListener.ConsumedBytesConverter. frameWriter(Http2FrameWriter frameWriter)
Http2LocalFlowController
Http2LocalFlowController. frameWriter(Http2FrameWriter frameWriter)
Sets the writer to be use for sendingWINDOW_UPDATE
frames.Methods in io.netty.handler.codec.http2 that return types with arguments of type Http2LocalFlowController Modifier and Type Method Description Http2Connection.Endpoint<Http2LocalFlowController>
DefaultHttp2Connection. local()
Http2Connection.Endpoint<Http2LocalFlowController>
Http2Connection. local()
Gets a view of this connection from the localHttp2Connection.Endpoint
.Constructors in io.netty.handler.codec.http2 with parameters of type Http2LocalFlowController Constructor Description ConsumedBytesConverter(Http2LocalFlowController flowController)
-