Uses of Interface
io.vertx.core.dns.DnsClient
-
Packages that use DnsClient Package Description io.vertx.core io.vertx.reactivex.core.dns io.vertx.rxjava3.core.dns -
-
Uses of DnsClient in io.vertx.core
Methods in io.vertx.core that return DnsClient Modifier and Type Method Description DnsClient
Vertx. createDnsClient()
Create a DNS client to connect to the DNS server configured byVertxOptions.getAddressResolverOptions()
DnsClient
Vertx. createDnsClient(int port, String host)
Create a DNS client to connect to a DNS server at the specified host and port, with the default query timeout (5 seconds)DnsClient
Vertx. createDnsClient(DnsClientOptions options)
Create a DNS client to connect to a DNS server -
Uses of DnsClient in io.vertx.reactivex.core.dns
Methods in io.vertx.reactivex.core.dns that return DnsClient Modifier and Type Method Description DnsClient
DnsClient. getDelegate()
Methods in io.vertx.reactivex.core.dns with parameters of type DnsClient Modifier and Type Method Description static DnsClient
DnsClient. newInstance(DnsClient arg)
Constructors in io.vertx.reactivex.core.dns with parameters of type DnsClient Constructor Description DnsClient(DnsClient delegate)
-
Uses of DnsClient in io.vertx.rxjava3.core.dns
Methods in io.vertx.rxjava3.core.dns that return DnsClient Modifier and Type Method Description DnsClient
DnsClient. getDelegate()
Methods in io.vertx.rxjava3.core.dns with parameters of type DnsClient Modifier and Type Method Description static DnsClient
DnsClient. newInstance(DnsClient arg)
Constructors in io.vertx.rxjava3.core.dns with parameters of type DnsClient Constructor Description DnsClient(DnsClient delegate)
-