Interface IoService

    • Method Detail

      • getManagedSessions

        Map<Long,​IoSession> getManagedSessions()
        Returns the map of all sessions which are currently managed by this service. The key of map is the ID of the session.
        Returns:
        the sessions. An empty collection if there's no session.