public interface SimpSession
| Modifier and Type | Method and Description | 
|---|---|
String | 
getId()
Return the session id. 
 | 
Set<SimpSubscription> | 
getSubscriptions()
Return the subscriptions for this session. 
 | 
SimpUser | 
getUser()
Return the user associated with the session. 
 | 
String getId()
SimpUser getUser()
Set<SimpSubscription> getSubscriptions()