Interface ConnectionFacade

    • Method Detail

      • activated

        void activated()
        Callback for a connection activated event. This method may invoke non-blocking connection operations to prepare the connection after the connection was established.
      • deactivated

        void deactivated()
        Callback for a connection deactivated event. This method may invoke non-blocking operations to cleanup the connection after disconnection.
      • reset

        void reset()
        Reset the connection state.