public class NegotiationRoom.UserSession
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) javax.servlet.http.HttpSession |
httpSession |
(package private) javax.websocket.Session |
session |
| Constructor and Description |
|---|
UserSession(javax.servlet.http.HttpSession httpSession,
javax.websocket.Session session) |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.HttpSession |
getHttpSession() |
javax.websocket.Session |
getWsSession() |
java.lang.String |
toString() |