Interface SimpSession


public interface SimpSession
Represents a session of connected user.
Since:
4.2
Author:
Rossen Stoyanchev
  • Method Details Link icon

    • getId Link icon

      String getId()
      Return the session id.
    • getUser Link icon

      SimpUser getUser()
      Return the user associated with the session.
    • getSubscriptions Link icon

      Set<SimpSubscription> getSubscriptions()
      Return the subscriptions for this session.