Uses of Class
io.datarouter.websocket.storage.session.WebSocketSessionKey
| Package | Description |
|---|---|
| io.datarouter.websocket.endpoint | |
| io.datarouter.websocket.service | |
| io.datarouter.websocket.session | |
| io.datarouter.websocket.storage.session |
-
Uses of WebSocketSessionKey in io.datarouter.websocket.endpoint
Methods in io.datarouter.websocket.endpoint with parameters of type WebSocketSessionKey Modifier and Type Method Description default voidWebSocketService. onSessionVacuum(WebSocketSessionKey webSocketSessionKey) -
Uses of WebSocketSessionKey in io.datarouter.websocket.service
Methods in io.datarouter.websocket.service that return types with arguments of type WebSocketSessionKey Modifier and Type Method Description Set<Map.Entry<WebSocketSessionKey,WebSocketConnectionStore.WebSocketConnection>>WebSocketConnectionStore. list()Methods in io.datarouter.websocket.service with parameters of type WebSocketSessionKey Modifier and Type Method Description Optional<WebSocketConnectionStore.WebSocketConnection>WebSocketConnectionStore. find(WebSocketSessionKey webSocketSessionKey)voidWebSocketSubscriptionService. onSessionVacuum(WebSocketSessionKey webSocketSessionKey)WebSocketConnectionStore.WebSocketConnectionWebSocketConnectionStore. remove(WebSocketSessionKey webSocketSessionKey)Constructors in io.datarouter.websocket.service with parameters of type WebSocketSessionKey Constructor Description WebSocketIdResponse(WebSocketSessionKey key) -
Uses of WebSocketSessionKey in io.datarouter.websocket.session
Methods in io.datarouter.websocket.session that return WebSocketSessionKey Modifier and Type Method Description WebSocketSessionKeyWebSocketCommand. getWebSocketSessionKey()Methods in io.datarouter.websocket.session with parameters of type WebSocketSessionKey Modifier and Type Method Description voidPushService. unregister(WebSocketSessionKey webSocketSessionKey)Constructors in io.datarouter.websocket.session with parameters of type WebSocketSessionKey Constructor Description WebSocketCommand(WebSocketSessionKey webSocketSessionKey, String message) -
Uses of WebSocketSessionKey in io.datarouter.websocket.storage.session
Methods in io.datarouter.websocket.storage.session that return types with arguments of type WebSocketSessionKey Modifier and Type Method Description Supplier<WebSocketSessionKey>WebSocketSession. getKeySupplier()Methods in io.datarouter.websocket.storage.session with parameters of type WebSocketSessionKey Modifier and Type Method Description voidDatarouterWebSocketSessionDao. delete(WebSocketSessionKey key)Optional<WebSocketSession>DatarouterWebSocketSessionDao. find(WebSocketSessionKey key)io.datarouter.scanner.Scanner<WebSocketSession>DatarouterWebSocketSessionDao. scanWithPrefix(WebSocketSessionKey prefix)Method parameters in io.datarouter.websocket.storage.session with type arguments of type WebSocketSessionKey Modifier and Type Method Description longDatarouterWebSocketSessionDao. count(io.datarouter.util.tuple.Range<WebSocketSessionKey> range)voidDatarouterWebSocketSessionDao. deleteMulti(Collection<WebSocketSessionKey> keys)List<WebSocketSession>DatarouterWebSocketSessionDao. getMulti(Collection<WebSocketSessionKey> keys)