Class DefaultHttp2RemoteFlowController

java.lang.Object
io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
All Implemented Interfaces:
Http2FlowController, Http2RemoteFlowController

public class DefaultHttp2RemoteFlowController extends Object implements Http2RemoteFlowController
Basic implementation of Http2RemoteFlowController.

This class is NOT thread safe. The assumption is all methods must be invoked from a single thread. Typically this thread is the event loop thread for the ChannelHandlerContext managed by this class.