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