Uses of Class
org.spincast.core.websocket.exceptions.WebsocketEndpointAlreadyManagedByAnotherControllerException
Packages that use WebsocketEndpointAlreadyManagedByAnotherControllerException
-
Uses of WebsocketEndpointAlreadyManagedByAnotherControllerException in org.spincast.core.websocket
Methods in org.spincast.core.websocket that throw WebsocketEndpointAlreadyManagedByAnotherControllerExceptionModifier 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)