Uses of Class
cool.scx.http.routing.WebSocketRouter
Packages that use WebSocketRouter
-
Uses of WebSocketRouter in cool.scx.http.routing
Methods in cool.scx.http.routing that return WebSocketRouterModifier and TypeMethodDescriptionWebSocketRouter.addRoute(WebSocketRoute route) WebSocketRouter.errorHandler(BiConsumer<Throwable, WebSocketRoutingContext> handler) Constructors in cool.scx.http.routing with parameters of type WebSocketRouterModifierConstructorDescriptionWebSocketRoutingContext(WebSocketRouter router, ScxServerWebSocket webSocket)