Interface ServerSession.RemovedListener

    • Method Detail

      • removed

        void removed​(ServerSession session,
                     ServerMessage message,
                     boolean timeout)

        Callback invoked when the session is removed.

        Parameters:
        session - the removed session
        message - the message that caused the session removal, or null
        timeout - whether the session has been removed due to a timeout