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