Interface SimpSession
public interface SimpSession
Represents a session of connected user.
- Since:
- 4.2
- Author:
- Rossen Stoyanchev
-
Method Details
-
getId
String getId()Return the session id. -
getUser
SimpUser getUser()Return the user associated with the session. -
getSubscriptions
Set<SimpSubscription> getSubscriptions()Return the subscriptions for this session.
-