Uses of Interface
org.spincast.plugins.routing.WebsocketRouteFactory
Packages that use WebsocketRouteFactory
-
Uses of WebsocketRouteFactory in org.spincast.plugins.routing
Methods in org.spincast.plugins.routing that return WebsocketRouteFactoryModifier and TypeMethodDescriptionprotected WebsocketRouteFactory<R,
W> WebsocketRouteBuilderDefault.getWebsocketRouteFactory()
Constructors in org.spincast.plugins.routing with parameters of type WebsocketRouteFactoryModifierConstructorDescriptionWebsocketRouteBuilderDefault
(Router<R, W> router, WebsocketRouteFactory<R, W> websocketRouteFactory) WebsocketRouteBuilderDefault
(WebsocketRouteFactory<R, W> websocketRouteFactory)