Class WebSocketSessionsRegistry
java.lang.Object
org.restheart.mongodb.handlers.changestreams.WebSocketSessionsRegistry
Registry to keep track of web socket sessions
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>, Omar Trasatti <omar@softinstigate.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(SessionKey key, ChangeStreamWebSocketSession session) get(SessionKey key) static WebSocketSessionsRegistrykeySet()booleanremove(SessionKey key, ChangeStreamWebSocketSession session)
-
Constructor Details
-
WebSocketSessionsRegistry
public WebSocketSessionsRegistry()
-
-
Method Details
-
getInstance
-
get
-
keySet
-
add
-
remove
-