Uses of Class
io.vertx.mutiny.core.dns.DnsClient
- 
Packages that use DnsClient Package Description io.vertx.mutiny.core io.vertx.mutiny.core.dns  - 
- 
Uses of DnsClient in io.vertx.mutiny.core
Methods in io.vertx.mutiny.core that return DnsClient Modifier and Type Method Description DnsClientVertx. createDnsClient()DnsClientVertx. createDnsClient(int port, String host)DnsClientVertx. createDnsClient(io.vertx.core.dns.DnsClientOptions options) - 
Uses of DnsClient in io.vertx.mutiny.core.dns
Fields in io.vertx.mutiny.core.dns with type parameters of type DnsClient Modifier and Type Field Description static TypeArg<DnsClient>DnsClient. __TYPE_ARGMethods in io.vertx.mutiny.core.dns that return DnsClient Modifier and Type Method Description DnsClientDnsClient. lookup4AndForget(String name)Variant oflookup4(String)that ignores the result of the operation.DnsClientDnsClient. lookup6AndForget(String name)Variant oflookup6(String)that ignores the result of the operation.DnsClientDnsClient. lookupAndForget(String name)Variant oflookup(String)that ignores the result of the operation.static DnsClientDnsClient. newInstance(io.vertx.core.dns.DnsClient arg)DnsClientDnsClient. resolveAAAAAndForget(String name)Variant ofresolveAAAA(String)that ignores the result of the operation.DnsClientDnsClient. resolveAAndForget(String name)Variant ofresolveA(String)that ignores the result of the operation.DnsClientDnsClient. resolveCNAMEAndForget(String name)Variant ofresolveCNAME(String)that ignores the result of the operation.DnsClientDnsClient. resolveMXAndForget(String name)Variant ofresolveMX(String)that ignores the result of the operation.DnsClientDnsClient. resolveNSAndForget(String name)Variant ofresolveNS(String)that ignores the result of the operation.DnsClientDnsClient. resolvePTRAndForget(String name)Variant ofresolvePTR(String)that ignores the result of the operation.DnsClientDnsClient. resolveSRVAndForget(String name)Variant ofresolveSRV(String)that ignores the result of the operation.DnsClientDnsClient. resolveTXTAndForget(String name)Variant ofresolveTXT(String)that ignores the result of the operation.DnsClientDnsClient. reverseLookupAndForget(String ipaddress)Variant ofreverseLookup(String)that ignores the result of the operation. 
 -