Uses of Interface
io.helidon.nima.websocket.WsListener
Packages that use WsListener
Package
Description
Unit and integration testing support for NĂma WebSocket and JUnit 5.
WebSocket client.
WebSocket server support.
-
Uses of WsListener in io.helidon.nima.testing.junit5.websocket
Methods in io.helidon.nima.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.nima.websocket.client
Methods in io.helidon.nima.websocket.client 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(WsListener listener, HelidonSocket helidonSocket, DataReader reader, DataWriter writer, Optional<String> subProtocol) Create a new connection. -
Uses of WsListener in io.helidon.nima.websocket.webserver
Methods in io.helidon.nima.websocket.webserver that return WsListenerModifier and TypeMethodDescriptionWsRoute.listener()WebSocket listener associated with this route.Methods in io.helidon.nima.websocket.webserver with parameters of type WsListenerModifier and TypeMethodDescriptionWsRouting.Builder.endpoint(String path, WsListener listener) Add endpoint.Method parameters in io.helidon.nima.websocket.webserver with type arguments of type WsListenerModifier and TypeMethodDescriptionWsRouting.Builder.endpoint(String path, Supplier<WsListener> listener) Add endpoint.