Interface SimpSession
public interface SimpSession
Represents a session of connected user.- Since:
- 4.2
- Author:
- Rossen Stoyanchev
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Return the session id.Set<SimpSubscription>getSubscriptions()Return the subscriptions for this session.SimpUsergetUser()Return the user associated with the session.
Method Detail
getSubscriptions
Set<SimpSubscription> getSubscriptions()
Return the subscriptions for this session.