Uses of Class
io.vertx.mutiny.core.dns.DnsClient
Packages that use DnsClient
-
Uses of DnsClient in io.vertx.mutiny.core
Methods in io.vertx.mutiny.core that return DnsClientModifier and TypeMethodDescriptionVertx.createDnsClient()
Vertx.createDnsClient
(int port, String host) Vertx.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 DnsClientMethods in io.vertx.mutiny.core.dns that return DnsClientModifier and TypeMethodDescriptionDnsClient.lookup4AndForget
(String name) Variant oflookup4(String)
that ignores the result of the operation.DnsClient.lookup6AndForget
(String name) Variant oflookup6(String)
that ignores the result of the operation.DnsClient.lookupAndForget
(String name) Variant oflookup(String)
that ignores the result of the operation.static DnsClient
DnsClient.newInstance
(io.vertx.core.dns.DnsClient arg) DnsClient.resolveAAAAAndForget
(String name) Variant ofresolveAAAA(String)
that ignores the result of the operation.DnsClient.resolveAAndForget
(String name) Variant ofresolveA(String)
that ignores the result of the operation.DnsClient.resolveCNAMEAndForget
(String name) Variant ofresolveCNAME(String)
that ignores the result of the operation.DnsClient.resolveMXAndForget
(String name) Variant ofresolveMX(String)
that ignores the result of the operation.DnsClient.resolveNSAndForget
(String name) Variant ofresolveNS(String)
that ignores the result of the operation.DnsClient.resolvePTRAndForget
(String name) Variant ofresolvePTR(String)
that ignores the result of the operation.DnsClient.resolveSRVAndForget
(String name) Variant ofresolveSRV(String)
that ignores the result of the operation.DnsClient.resolveTXTAndForget
(String name) Variant ofresolveTXT(String)
that ignores the result of the operation.DnsClient.reverseLookupAndForget
(String ipaddress) Variant ofreverseLookup(String)
that ignores the result of the operation.