Uses of Class
io.vertx.reactivex.core.http.WebSocketClient
-
Packages that use WebSocketClient Package Description io.vertx.reactivex.core io.vertx.reactivex.core.http -
-
Uses of WebSocketClient in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return WebSocketClient Modifier and Type Method Description WebSocketClient
Vertx. createWebSocketClient()
Create a WebSocket client using default optionsWebSocketClient
Vertx. createWebSocketClient(WebSocketClientOptions options)
Create a WebSocket client using the specified options -
Uses of WebSocketClient in io.vertx.reactivex.core.http
Fields in io.vertx.reactivex.core.http with type parameters of type WebSocketClient Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<WebSocketClient>
WebSocketClient. __TYPE_ARG
Methods in io.vertx.reactivex.core.http that return WebSocketClient Modifier and Type Method Description static WebSocketClient
WebSocketClient. newInstance(WebSocketClient arg)
-