Uses of Interface
io.vertx.core.http.WebSocketClient
Packages that use WebSocketClient
-
Uses of WebSocketClient in io.vertx.core
Methods in io.vertx.core that return WebSocketClientModifier and TypeMethodDescriptiondefault WebSocketClientVertx.createWebSocketClient()Create a WebSocket client using default optionsVertx.createWebSocketClient(WebSocketClientOptions options) Create a WebSocket client using the specified options -
Uses of WebSocketClient in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return WebSocketClientMethods in io.vertx.reactivex.core.http with parameters of type WebSocketClientModifier and TypeMethodDescriptionstatic WebSocketClientWebSocketClient.newInstance(WebSocketClient arg) Constructors in io.vertx.reactivex.core.http with parameters of type WebSocketClient -
Uses of WebSocketClient in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return WebSocketClientMethods in io.vertx.rxjava3.core.http with parameters of type WebSocketClientModifier and TypeMethodDescriptionstatic WebSocketClientWebSocketClient.newInstance(WebSocketClient arg) Constructors in io.vertx.rxjava3.core.http with parameters of type WebSocketClient