Uses of Interface
org.spincast.core.websocket.WebsocketController
Packages that use WebsocketController
Package
Description
-
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 -
Uses of WebsocketController in org.spincast.plugins.routing
Methods in org.spincast.plugins.routing that return WebsocketControllerModifier and TypeMethodDescriptionSpincastWebsocketRoute.getWebsocketController()WebsocketRouteBuilderDefault.getWebsocketController()Methods in org.spincast.plugins.routing with parameters of type WebsocketControllerModifier and TypeMethodDescriptionWebsocketRouteBuilderDefault.create(WebsocketController<R, W> websocketController) WebsocketRouteFactory.createRoute(boolean isSpicastCoreRouteOrPluginRoute, String id, String path, List<Handler<R>> beforeFilters, Set<String> filterIdsToSkip, WebsocketController<R, W> websocketController, Set<String> classes) voidWebsocketRouteBuilderDefault.handle(WebsocketController<R, W> websocketController) Constructors in org.spincast.plugins.routing with parameters of type WebsocketController -
Uses of WebsocketController in org.spincast.website.controllers
Classes in org.spincast.website.controllers that implement WebsocketControllerModifier and TypeClassDescriptionclassWebSockets demo controller