public class JavaxWebSocketChat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.List<JavaxWebSocketChat> |
members |
(package private) javax.websocket.RemoteEndpoint.Async |
remote |
(package private) javax.websocket.Session |
session |
Constructor and Description |
---|
JavaxWebSocketChat() |
Modifier and Type | Method and Description |
---|---|
void |
onClose(javax.websocket.CloseReason reason) |
void |
onMessage(java.lang.String data) |
void |
onOpen(javax.websocket.Session sess) |
private static final java.util.List<JavaxWebSocketChat> members
volatile javax.websocket.Session session
volatile javax.websocket.RemoteEndpoint.Async remote