Package org.apache.qpid.proton.reactor
Class FlowController
java.lang.Object
org.apache.qpid.proton.engine.BaseHandler
org.apache.qpid.proton.reactor.FlowController
- All Implemented Interfaces:
CoreHandler
,Handler
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 Summary
Constructors -
Method Summary
Methods inherited from class org.apache.qpid.proton.engine.BaseHandler
add, children, getHandler, getHandler, handle, onConnectionBound, onConnectionFinal, onConnectionInit, onConnectionLocalClose, onConnectionLocalOpen, onConnectionRemoteClose, onConnectionRemoteOpen, onConnectionUnbound, onDelivery, onLinkFinal, onLinkFlow, onLinkInit, onLinkLocalClose, onLinkLocalDetach, onLinkLocalOpen, onLinkRemoteClose, onLinkRemoteDetach, onLinkRemoteOpen, onReactorFinal, onReactorInit, onReactorQuiesced, onSelectableError, onSelectableExpired, onSelectableFinal, onSelectableInit, onSelectableReadable, onSelectableUpdated, onSelectableWritable, onSessionFinal, onSessionInit, onSessionLocalClose, onSessionLocalOpen, onSessionRemoteClose, onSessionRemoteOpen, onTimerTask, onTransport, onTransportClosed, onTransportError, onTransportHeadClosed, onTransportTailClosed, setHandler, setHandler
-
Constructor Details
-
FlowController
public FlowController(int window) -
FlowController
public FlowController()
-
-
Method Details
-
onUnhandled
- Specified by:
onUnhandled
in interfaceHandler
- Overrides:
onUnhandled
in classBaseHandler
-