Uses of Interface
org.spincast.core.websocket.WebsocketController
Packages that use WebsocketController
-
Uses of WebsocketController in org.spincast.core.websocket
Methods in org.spincast.core.websocket that return WebsocketControllerModifier and TypeMethodDescriptionprotected WebsocketController<R,W> WebsocketEndpointHandlerDefault.getController()WebsocketRoute.getWebsocketController()The WebSocket controller to use.Methods in org.spincast.core.websocket with parameters of type WebsocketControllerModifier and TypeMethodDescriptionvoidWebsocketEndpointToControllerManager.addEndpointController(String endpointId, WebsocketController<?, ?> controller) Adds a link between a WebSocket endpoint and a controller.voidWebsocketEndpointToControllerManagerDefault.addEndpointController(String endpointId, WebsocketController<?, ?> controller) WebsocketEndpointHandlerFactory.create(String endpointId, WebsocketController<R, W> controller) WebsocketRouteBuilder.create(WebsocketController<R, W> websocketController) Creates and returns the WebSocket route without adding it to the router.protected StringWebsocketEndpointToControllerManagerDefault.createControllerKey(WebsocketController<?, ?> controller) protected WebsocketEndpointHandlerWebsocketRouteHandler.createWebsocketEndpointHandler(String endpointId, WebsocketController<R, W> controller) voidWebsocketRouteBuilder.handle(WebsocketController<R, W> websocketController) Saves the WebSocket route on the router.booleanWebsocketEndpointToControllerManager.isManagingEndpoint(String endpointId, WebsocketController<?, ?> controller) Is the specified controller currently the manager of the endpoint?booleanWebsocketEndpointToControllerManagerDefault.isManagingEndpoint(String endpointId, WebsocketController<?, ?> controller) Constructors in org.spincast.core.websocket with parameters of type WebsocketControllerModifierConstructorDescriptionWebsocketEndpointHandlerDefault(String endpointId, WebsocketController<R, W> controller, WebsocketContextFactory<W> websocketContextFactory, Server server) Constructor