Uses of Interface
org.spincast.core.websocket.WebsocketRoute
Packages that use WebsocketRoute
Package
Description
-
Uses of WebsocketRoute in org.spincast.core.routing
Methods in org.spincast.core.routing with parameters of type WebsocketRouteModifier and TypeMethodDescriptionvoidRouter.addWebsocketRoute(WebsocketRoute<R, W> websocketRoute) Adds a Websocket route, directly. -
Uses of WebsocketRoute in org.spincast.core.websocket
Subinterfaces of WebsocketRoute in org.spincast.core.websocketMethods in org.spincast.core.websocket that return WebsocketRouteModifier 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()Methods in org.spincast.core.websocket with parameters of type WebsocketRouteModifier and TypeMethodDescriptionWebsocketRouteHandlerFactory.createWebsocketRouteHandler(WebsocketRoute<R, W> websocketRoute) Constructors in org.spincast.core.websocket with parameters of type WebsocketRouteModifierConstructorDescriptionWebsocketRouteHandler(WebsocketRoute<R, W> websocketRoute, Server server, WebsocketEndpointHandlerFactory<R, W> websocketServerEndpointHandlerFactory, WebsocketEndpointToControllerManager websocketEndpointToControllerKeysMap) -
Uses of WebsocketRoute in org.spincast.plugins.routing
Classes in org.spincast.plugins.routing that implement WebsocketRouteModifier and TypeClassDescriptionclassSpincastWebsocketRoute<R extends RequestContext<?>,W extends WebsocketContext<?>> Methods in org.spincast.plugins.routing that return WebsocketRouteModifier 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) Methods in org.spincast.plugins.routing with parameters of type WebsocketRouteModifier and TypeMethodDescriptionvoidSpincastRouter.addWebsocketRoute(WebsocketRoute<R, W> websocketRoute) SpincastRouter.createHttpRouteFromWebsocketRoute(WebsocketRoute<R, W> websocketRoute)