Uses of Interface
org.spincast.core.websocket.WebsocketRoute
Package
Description
-
Uses of WebsocketRoute in org.spincast.core.routing
Modifier and TypeMethodDescriptionvoid
Router.addWebsocketRoute
(WebsocketRoute<R, W> websocketRoute) Adds a Websocket route, directly. -
Uses of WebsocketRoute in org.spincast.core.websocket
Modifier and TypeMethodDescriptionWebsocketRouteBuilder.create
(WebsocketController<R, W> websocketController) Creates and returns the WebSocket route without adding it to the router.protected WebsocketRoute<R,
W> WebsocketRouteHandler.getWebsocketRoute()
Modifier and TypeMethodDescriptionWebsocketRouteHandlerFactory.createWebsocketRouteHandler
(WebsocketRoute<R, W> websocketRoute) ModifierConstructorDescriptionWebsocketRouteHandler
(WebsocketRoute<R, W> websocketRoute, Server server, WebsocketEndpointHandlerFactory<R, W> websocketServerEndpointHandlerFactory, WebsocketEndpointToControllerManager websocketEndpointToControllerKeysMap) -
Uses of WebsocketRoute in org.spincast.plugins.routing
Modifier and TypeClassDescriptionclass
SpincastWebsocketRoute<R extends RequestContext<?>,
W extends WebsocketContext<?>> Modifier 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) Modifier and TypeMethodDescriptionvoid
SpincastRouter.addWebsocketRoute
(WebsocketRoute<R, W> websocketRoute) SpincastRouter.createHttpRouteFromWebsocketRoute
(WebsocketRoute<R, W> websocketRoute)