Uses of Class
io.helidon.webserver.websocket.WsRoute
-
Uses of WsRoute in io.helidon.webserver.websocket
Methods in io.helidon.webserver.websocket that return WsRouteModifier and TypeMethodDescriptionWsRouting.findRoute(io.helidon.http.HttpPrologue prologue) Find a route based on the provided prologue.Methods in io.helidon.webserver.websocket with parameters of type WsRouteModifier and TypeMethodDescriptionstatic WsConnectionWsConnection.create(ConnectionContext ctx, io.helidon.http.HttpPrologue prologue, io.helidon.http.Headers upgradeHeaders, String wsKey, WsRoute wsRoute) Create a new connection.