Package br.com.jarch.faces.websocket
Class ServerEndpointWebSocket
- java.lang.Object
-
- br.com.jarch.faces.websocket.ServerEndpointWebSocket
-
public class ServerEndpointWebSocket extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ServerEndpointWebSocket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onClose(javax.websocket.Session session, javax.websocket.CloseReason closeReason)
void
onMessage(java.lang.String message, javax.websocket.Session session)
void
onNewUser(javax.websocket.Session session)
-