Package org.apache.ofbiz.example
Class ExampleWebSockets
java.lang.Object
org.apache.ofbiz.example.ExampleWebSockets
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ExampleWebSockets
public ExampleWebSockets()
-
-
Method Details
-
onMessage
On message.- Parameters:
session
- the sessionmsg
- the msglast
- the last
-
onOpen
public void onOpen(javax.websocket.Session session) On open.- Parameters:
session
- the session
-
onClose
public void onClose(javax.websocket.Session session) On close.- Parameters:
session
- the session
-
getClients
-