Uses of Interface
io.vertx.core.http.WebSocketClient
-
Packages that use WebSocketClient Package Description io.vertx.core -
-
Uses of WebSocketClient in io.vertx.core
Methods in io.vertx.core that return WebSocketClient Modifier and Type Method Description default WebSocketClientVertx. createWebSocketClient()Create a WebSocket client using default optionsWebSocketClientVertx. createWebSocketClient(WebSocketClientOptions options)Create a WebSocket client using the specified options
-