Uses of Class
io.vertx.rxjava3.core.net.NetClient
-
Packages that use NetClient Package Description io.vertx.rxjava3.core io.vertx.rxjava3.core.net -
-
Uses of NetClient in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core that return NetClient Modifier and Type Method Description NetClient
Vertx. createNetClient()
Create a TCP/SSL client using default optionsNetClient
Vertx. createNetClient(NetClientOptions options)
Create a TCP/SSL client using the specified options -
Uses of NetClient in io.vertx.rxjava3.core.net
Fields in io.vertx.rxjava3.core.net with type parameters of type NetClient Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<NetClient>
NetClient. __TYPE_ARG
Methods in io.vertx.rxjava3.core.net that return NetClient Modifier and Type Method Description static NetClient
NetClient. newInstance(NetClient arg)
-