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