Package io.goobi.viewer.websockets
Class UserEndpoint
java.lang.Object
io.goobi.viewer.websockets.UserEndpoint
Endpoint that maps HTTP session IDs to connected web sockets.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UserEndpoint
public UserEndpoint()
-
-
Method Details
-
onOpen
public void onOpen(javax.websocket.Session session, javax.websocket.EndpointConfig config) -
onMessage
-
onClose
public void onClose(javax.websocket.Session session) -
onError
-