Uses of Class
de.quantummaid.httpmaid.websockets.WebSocket
-
Packages that use WebSocket Package Description de.quantummaid.httpmaid.websockets de.quantummaid.httpmaid.websockets.registry -
-
Uses of WebSocket in de.quantummaid.httpmaid.websockets
Fields in de.quantummaid.httpmaid.websockets with type parameters of type WebSocket Modifier and Type Field Description static MetaDataKey<List<WebSocket>>WebsocketChainKeys. RECIPIENT_WEBSOCKETSstatic MetaDataKey<List<WebSocket>>WebsocketChainKeys. WEBSOCKETS_TO_CLOSEMethods in de.quantummaid.httpmaid.websockets that return WebSocket Modifier and Type Method Description static WebSocketWebSocket. webSocket(WebSocketId id, WebSocketDelegate webSocketDelegate, SavedMetaDataEntries savedMetaDataEntries) -
Uses of WebSocket in de.quantummaid.httpmaid.websockets.registry
Methods in de.quantummaid.httpmaid.websockets.registry that return WebSocket Modifier and Type Method Description WebSocketWebSocketRegistry. byId(WebSocketId id)Methods in de.quantummaid.httpmaid.websockets.registry that return types with arguments of type WebSocket Modifier and Type Method Description Set<WebSocket>WebSocketRegistry. allActiveWebSockets()Methods in de.quantummaid.httpmaid.websockets.registry with parameters of type WebSocket Modifier and Type Method Description voidWebSocketRegistry. register(WebSocketId id, WebSocket webSocket)
-