Class AbstractConnectionClosedListener

    • Constructor Detail

      • AbstractConnectionClosedListener

        public AbstractConnectionClosedListener()
    • Method Detail

      • connectionClosedOnError

        public final void connectionClosedOnError​(java.lang.Exception e)
        Description copied from interface: ConnectionListener
        Notification that the connection was closed due to an exception. When abruptly disconnected it is possible for the connection to try reconnecting to the server.
        Specified by:
        connectionClosedOnError in interface ConnectionListener
        Parameters:
        e - the exception.
      • connectionTerminated

        public abstract void connectionTerminated()