Class FlowController

java.lang.Object
org.apache.qpid.proton.engine.BaseHandler
org.apache.qpid.proton.reactor.FlowController
All Implemented Interfaces:
CoreHandler, Handler

public class FlowController extends BaseHandler
A handler that applies flow control to a connection. This handler tops-up link credit each time credit is expended by the receipt of messages.
  • Constructor Details

    • FlowController

      public FlowController(int window)
    • FlowController

      public FlowController()
  • Method Details