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