Uses of Class
org.spincast.core.websocket.exceptions.WebsocketEndpointAlreadyManagedByAnotherControllerException
-
Uses of WebsocketEndpointAlreadyManagedByAnotherControllerException in org.spincast.core.websocket
Modifier and TypeMethodDescriptionvoid
WebsocketEndpointToControllerManager.addEndpointController
(String endpointId, WebsocketController<?, ?> controller) Adds a link between a WebSocket endpoint and a controller.void
WebsocketEndpointToControllerManagerDefault.addEndpointController
(String endpointId, WebsocketController<?, ?> controller)