Uses of Class
io.vertx.reactivex.core.dns.DnsClient
Packages that use DnsClient
-
Uses of DnsClient in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return DnsClientModifier and TypeMethodDescriptionVertx.createDnsClient()Create a DNS client to connect to the DNS server configured byVertxOptionsVertx.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
Fields in io.vertx.reactivex.core.dns with type parameters of type DnsClientModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<DnsClient> DnsClient.__TYPE_ARGMethods in io.vertx.reactivex.core.dns that return DnsClient