Uses of Interface
io.vertx.core.http.WebSocketClient
-
Packages that use WebSocketClient Package Description io.vertx.core io.vertx.reactivex.core.http io.vertx.rxjava3.core.http -
-
Uses of WebSocketClient in io.vertx.core
Methods in io.vertx.core that return WebSocketClient Modifier and Type Method Description default 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
Methods in io.vertx.reactivex.core.http that return WebSocketClient Modifier and Type Method Description WebSocketClient
WebSocketClient. getDelegate()
Methods in io.vertx.reactivex.core.http with parameters of type WebSocketClient Modifier and Type Method Description static WebSocketClient
WebSocketClient. newInstance(WebSocketClient arg)
Constructors in io.vertx.reactivex.core.http with parameters of type WebSocketClient Constructor Description WebSocketClient(WebSocketClient delegate)
-
Uses of WebSocketClient in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return WebSocketClient Modifier and Type Method Description WebSocketClient
WebSocketClient. getDelegate()
Methods in io.vertx.rxjava3.core.http with parameters of type WebSocketClient Modifier and Type Method Description static WebSocketClient
WebSocketClient. newInstance(WebSocketClient arg)
Constructors in io.vertx.rxjava3.core.http with parameters of type WebSocketClient Constructor Description WebSocketClient(WebSocketClient delegate)
-