Class DispatchHandler

  • All Implemented Interfaces:
    org.apache.qpid.proton.engine.CoreHandler, org.apache.qpid.proton.engine.Handler

    public abstract class DispatchHandler
    extends org.apache.qpid.proton.engine.BaseHandler
    • Constructor Summary

      Constructors 
      Constructor Description
      DispatchHandler()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void onEvent()  
      void onTimerTask​(org.apache.qpid.proton.engine.Event e)  
      • 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, onTransport, onTransportClosed, onTransportError, onTransportHeadClosed, onTransportTailClosed, onUnhandled, setHandler, setHandler
    • Constructor Detail

      • DispatchHandler

        public DispatchHandler()
    • Method Detail

      • onTimerTask

        public void onTimerTask​(org.apache.qpid.proton.engine.Event e)
        Specified by:
        onTimerTask in interface org.apache.qpid.proton.engine.CoreHandler
        Overrides:
        onTimerTask in class org.apache.qpid.proton.engine.BaseHandler
      • onEvent

        public abstract void onEvent()