Uses of Class
io.helidon.webserver.websocket.WsRouting.Builder
Packages that use WsRouting.Builder
-
Uses of WsRouting.Builder in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket that implement interfaces with type arguments of type WsRouting.BuilderMethods in io.helidon.webserver.websocket that return WsRouting.BuilderModifier and TypeMethodDescriptionstatic WsRouting.BuilderWsRouting.builder()Builder for WebSocket routing.WsRouting.Builder.endpoint(String path, WsListener listener) Add endpoint.WsRouting.Builder.endpoint(String path, Supplier<WsListener> listener) Add endpoint.Add a WebSocket route.