Uses of Class
io.datarouter.websocket.storage.session.WebSocketSession
| Package | Description |
|---|---|
| io.datarouter.websocket.endpoint | |
| io.datarouter.websocket.service | |
| io.datarouter.websocket.session | |
| io.datarouter.websocket.storage.session |
-
Uses of WebSocketSession in io.datarouter.websocket.endpoint
Fields in io.datarouter.websocket.endpoint declared as WebSocketSession Modifier and Type Field Description protected WebSocketSessionBaseWebsocketEndpoint. webSocketSessionMethods in io.datarouter.websocket.endpoint with parameters of type WebSocketSession Modifier and Type Method Description WebSocketServicesMessageHandlerWebSocketServicesMessageHandler.WebSocketServicesMessageHandlerFactory. create(WebSocketSession webSocketSession)default voidWebSocketService. onClose(WebSocketSession webSocketSession)voidWebSocketService. onMessage(WebSocketSession webSocketSession, String message) -
Uses of WebSocketSession in io.datarouter.websocket.service
Methods in io.datarouter.websocket.service with parameters of type WebSocketSession Modifier and Type Method Description voidWebSocketSubscriptionService. onClose(WebSocketSession webSocketSession)voidWebSocketIdService. onMessage(WebSocketSession webSocketSession, String message)voidWebSocketSubscriptionService. onMessage(WebSocketSession webSocketSession, String message)voidWebSocketConnectionStore. put(WebSocketSession webSocketSession, javax.websocket.Session session) -
Uses of WebSocketSession in io.datarouter.websocket.session
Methods in io.datarouter.websocket.session with parameters of type WebSocketSession Modifier and Type Method Description booleanPushService. forward(WebSocketSession webSocketSession, String message)booleanPushService. isAlive(WebSocketSession webSocketSession)voidPushService. register(WebSocketSession webSocketSession) -
Uses of WebSocketSession in io.datarouter.websocket.storage.session
Methods in io.datarouter.websocket.storage.session that return types with arguments of type WebSocketSession Modifier and Type Method Description Optional<WebSocketSession>DatarouterWebSocketSessionDao. find(WebSocketSessionKey key)List<WebSocketSession>DatarouterWebSocketSessionDao. getMulti(Collection<WebSocketSessionKey> keys)io.datarouter.scanner.Scanner<WebSocketSession>DatarouterWebSocketSessionDao. scan()io.datarouter.scanner.Scanner<WebSocketSession>DatarouterWebSocketSessionDao. scanWithPrefix(WebSocketSessionKey prefix)Methods in io.datarouter.websocket.storage.session with parameters of type WebSocketSession Modifier and Type Method Description List<io.datarouter.model.field.Field<?>>WebSocketSession.WebSocketSessionFielder. getNonKeyFields(WebSocketSession webSocketSession)voidDatarouterWebSocketSessionDao. put(WebSocketSession databean)