public class WebSocketSession extends Object
| Constructor and Description |
|---|
WebSocketSession() |
WebSocketSession(String aSessionId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSessionId() |
Map<String,Object> |
getStorage() |
void |
setSessionId(String aSessionId) |
void |
setStorage(Map<String,Object> aStorage) |
public WebSocketSession()
public WebSocketSession(String aSessionId)
aSessionId - a session identifierCopyright © 2013. All Rights Reserved.