Class ReactorHandler

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

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

      Constructors 
      Constructor Description
      ReactorHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onReactorFinal​(org.apache.qpid.proton.engine.Event e)  
      void onReactorInit​(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, onReactorQuiesced, onSelectableError, onSelectableExpired, onSelectableFinal, onSelectableInit, onSelectableReadable, onSelectableUpdated, onSelectableWritable, onSessionFinal, onSessionInit, onSessionLocalClose, onSessionLocalOpen, onSessionRemoteClose, onSessionRemoteOpen, onTimerTask, onTransport, onTransportClosed, onTransportError, onTransportHeadClosed, onTransportTailClosed, onUnhandled, setHandler, setHandler
    • Constructor Detail

      • ReactorHandler

        public ReactorHandler()
    • Method Detail

      • onReactorInit

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

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