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.
WebSocket APIs.
-
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.Method parameters in io.helidon.webclient.websocket with type arguments of type WsListener -
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.static WsRouteWsRoute.create(String path, WsListener listener) Create a new WebSocket route for a specific path.WsRouting.Builder.endpoint(String path, WsListener listener) Add endpoint.Method parameters in io.helidon.webserver.websocket with type arguments of type WsListenerModifier and TypeMethodDescriptionstatic WsRouteWsRoute.create(String path, Supplier<? extends WsListener> listener) Create a new WebSocket route for a specific path.WsRouting.Builder.endpoint(String path, Supplier<WsListener> listener) Add endpoint. -
Uses of WsListener in io.helidon.websocket
Classes in io.helidon.websocket that implement WsListenerModifier and TypeClassDescriptionclassA base class for WebSocket listeners to support readers and input streams.