Uses of Interface
org.spincast.core.websocket.WebsocketRouteBuilder
Packages that use WebsocketRouteBuilder
Package
Description
-
Uses of WebsocketRouteBuilder in org.spincast.core.routing
Methods in org.spincast.core.routing that return WebsocketRouteBuilderModifier and TypeMethodDescriptionStarts the creation of aWebsocket route
. -
Uses of WebsocketRouteBuilder in org.spincast.core.websocket
Methods in org.spincast.core.websocket that return WebsocketRouteBuilderModifier and TypeMethodDescriptionAdds a before filter.A WebSocket route may have multiple "classes" to identify and group them.WebsocketRouteBuilderFactory.create()
Creates a route builder without using a router.Creates a WebSocket route builder using the specified router.The WebSocket route id.The path that trigger the beginning of that HTTP to WebSocket connection.Skip a "before" filter for this WebSocket route ("after" filters are never run).WebsocketRouteBuilder.spicastCoreRouteOrPluginRoute()
This sould only by called by *plugins*. -
Uses of WebsocketRouteBuilder in org.spincast.plugins.routing
Classes in org.spincast.plugins.routing that implement WebsocketRouteBuilderModifier and TypeClassDescriptionclass
WebsocketRouteBuilderDefault<R extends RequestContext<?>,
W extends WebsocketContext<?>> Methods in org.spincast.plugins.routing that return WebsocketRouteBuilderMethods in org.spincast.plugins.routing that return types with arguments of type WebsocketRouteBuilderModifier and TypeMethodDescriptionprotected Class<? extends WebsocketRouteBuilder>
SpincastRoutingPluginModule.getWebsocketRouteBuilderImplClass()