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
Constructors -
Method Summary
-
Constructor Details
-
UserEndpoint
public UserEndpoint()
-
-
Method Details
-
onOpen
-
onMessage
-
onClose
-
onError
-
shutdown
public static void shutdown()Cancels all pending session-clear timers and clears the map. Called byContextListenerduring application shutdown to prevent timer threads from outliving the application context.
-