Uses of Class
io.helidon.webserver.websocket.WsRoute
Packages that use WsRoute
-
Uses of WsRoute in io.helidon.webserver.websocket
Methods in io.helidon.webserver.websocket that return WsRouteModifier and TypeMethodDescriptionstatic WsRouteWsRoute.create(String path, WsListener listener) Create a new WebSocket route for a specific path.static WsRouteWsRoute.create(String path, Supplier<? extends WsListener> listener) Create a new WebSocket route for a specific path.WsRouting.findRoute(HttpPrologue prologue) Find a route based on the provided prologue.WsRouteRegistration.route()WebSocket route provided by this registration.Methods in io.helidon.webserver.websocket with parameters of type WsRouteModifier and TypeMethodDescriptionstatic WsConnectionWsConnection.create(ConnectionContext ctx, HttpPrologue prologue, Headers upgradeHeaders, String wsKey, WsRoute wsRoute) Create a new connection using a route.Add a WebSocket route.