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
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 Summary
Constructors Constructor Description FlowController()
FlowController(int window)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onUnhandled(Event event)
-
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
-
-
-
-
Method Detail
-
onUnhandled
public void onUnhandled(Event event)
- Specified by:
onUnhandled
in interfaceHandler
- Overrides:
onUnhandled
in classBaseHandler
-
-