Uses of Interface
io.vertx.core.dns.DnsClient
-
Packages that use DnsClient Package Description io.vertx.core -
-
Uses of DnsClient in io.vertx.core
Methods in io.vertx.core that return DnsClient Modifier and Type Method Description DnsClientVertx. createDnsClient()Create a DNS client to connect to the DNS server configured byVertxOptions.getAddressResolverOptions()DnsClientVertx. 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)DnsClientVertx. createDnsClient(DnsClientOptions options)Create a DNS client to connect to a DNS server
-