Uses of Class
io.mangoo.routing.routes.WebSocketRoute
-
Packages that use WebSocketRoute Package Description io.mangoo.routing io.mangoo.routing.routes -
-
Uses of WebSocketRoute in io.mangoo.routing
Methods in io.mangoo.routing that return WebSocketRoute Modifier and Type Method Description static WebSocketRouteBind. webSocket()Creates a new WebSocke routeMethods in io.mangoo.routing that return types with arguments of type WebSocketRoute Modifier and Type Method Description static Stream<WebSocketRoute>Router. getWebSocketRoutes() -
Uses of WebSocketRoute in io.mangoo.routing.routes
Methods in io.mangoo.routing.routes that return WebSocketRoute Modifier and Type Method Description WebSocketRouteWebSocketRoute. onController(Class<?> clazz)Sets the controller class for this WebSocket routeWebSocketRouteWebSocketRoute. to(String url)Sets the URL for this route
-