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 -
Uses of DnsClient in io.vertx.reactivex.core.dns
Methods in io.vertx.reactivex.core.dns that return DnsClientMethods in io.vertx.reactivex.core.dns with parameters of type DnsClientConstructors in io.vertx.reactivex.core.dns with parameters of type DnsClient -
Uses of DnsClient in io.vertx.rxjava3.core.dns
Methods in io.vertx.rxjava3.core.dns that return DnsClientMethods in io.vertx.rxjava3.core.dns with parameters of type DnsClientConstructors in io.vertx.rxjava3.core.dns with parameters of type DnsClient