Uses of Interface
io.helidon.websocket.WsListener
Packages that use WsListener
Package
Description
Helidon WebClient WebSocket Support.
Helidon WebServer Testing JUnit 5 Support for WebSocket.
WebSocket server support.
-
Uses of WsListener in io.helidon.webclient.websocket
Methods in io.helidon.webclient.websocket with parameters of type WsListenerModifier and TypeMethodDescriptionvoidWsClient.connect(String path, WsListener listener) Starts a new WebSocket connection and runs it in a new virtual thread.voidWsClient.connect(URI uri, WsListener listener) Starts a new WebSocket connection and runs it in a new virtual thread.static ClientWsConnectionClientWsConnection.create(ClientConnection clientConnection, WsListener listener) Create a new connection without a sub-protocol.static ClientWsConnectionClientWsConnection.create(ClientConnection clientConnection, WsListener listener, String subProtocol) Create a new connection. -
Uses of WsListener in io.helidon.webserver.testing.junit5.websocket
Methods in io.helidon.webserver.testing.junit5.websocket with parameters of type WsListenerModifier and TypeMethodDescriptionvoidDirectWsClient.connect(String path, WsListener listener) voidDirectWsClient.connect(URI uri, WsListener clientListener) -
Uses of WsListener in io.helidon.webserver.websocket
Methods in io.helidon.webserver.websocket that return WsListenerModifier and TypeMethodDescriptionWsRoute.listener()WebSocket listener associated with this route.Methods in io.helidon.webserver.websocket with parameters of type WsListenerModifier and TypeMethodDescriptionstatic WsConnectionWsConnection.create(ConnectionContext ctx, HttpPrologue prologue, Headers upgradeHeaders, String wsKey, WsListener wsListener) Create a new connection using a listener.WsRouting.Builder.endpoint(String path, WsListener listener) Add endpoint.Method parameters in io.helidon.webserver.websocket with type arguments of type WsListenerModifier and TypeMethodDescriptionWsRouting.Builder.endpoint(String path, Supplier<WsListener> listener) Add endpoint.