Uses of Class
de.quantummaid.httpmaid.websockets.registry.WebSocketId
-
Packages that use WebSocketId Package Description de.quantummaid.httpmaid.websockets de.quantummaid.httpmaid.websockets.registry -
-
Uses of WebSocketId in de.quantummaid.httpmaid.websockets
Fields in de.quantummaid.httpmaid.websockets with type parameters of type WebSocketId Modifier and Type Field Description static MetaDataKey<WebSocketId>WebsocketChainKeys. WEBSOCKET_IDMethods in de.quantummaid.httpmaid.websockets that return WebSocketId Modifier and Type Method Description WebSocketIdWebSocket. id()Methods in de.quantummaid.httpmaid.websockets with parameters of type WebSocketId Modifier and Type Method Description static WebSocketWebSocket. webSocket(WebSocketId id, WebSocketDelegate webSocketDelegate, SavedMetaDataEntries savedMetaDataEntries) -
Uses of WebSocketId in de.quantummaid.httpmaid.websockets.registry
Methods in de.quantummaid.httpmaid.websockets.registry that return WebSocketId Modifier and Type Method Description static WebSocketIdWebSocketId. randomWebSocketId()Methods in de.quantummaid.httpmaid.websockets.registry with parameters of type WebSocketId Modifier and Type Method Description voidWebSocketRegistry. activate(WebSocketId id)WebSocketWebSocketRegistry. byId(WebSocketId id)voidWebSocketRegistry. register(WebSocketId id, WebSocket webSocket)voidWebSocketRegistry. unregister(WebSocketId id)static WebSocketNotFoundExceptionWebSocketNotFoundException. webSocketNotFoundException(WebSocketId webSocketId)
-