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