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 TypeMethodDescriptionvoidWebsocketEndpointToControllerManager.addEndpointController(String endpointId, WebsocketController<?, ?> controller) Adds a link between a WebSocket endpoint and a controller.voidWebsocketEndpointToControllerManagerDefault.addEndpointController(String endpointId, WebsocketController<?, ?> controller)