Package br.com.jarch.faces.websocket
Class SessionWebSocket
- java.lang.Object
-
- br.com.jarch.faces.websocket.SessionWebSocket
-
- All Implemented Interfaces:
java.io.Serializable
@ApplicationScoped public class SessionWebSocket extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionWebSocket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(javax.websocket.Session remoteUser)booleanremove(javax.websocket.Session session)voidsend(java.lang.String message)voidsend(javax.websocket.Session sessionFrom, java.lang.String message)
-