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 DnsClient
Vertx. createDnsClient()
DnsClient
Vertx. createDnsClient(int port, String host)
DnsClient
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 DnsClient Modifier and Type Field Description static TypeArg<DnsClient>
DnsClient. __TYPE_ARG
Methods in io.vertx.mutiny.core.dns that return DnsClient Modifier and Type Method Description DnsClient
DnsClient. lookup4AndForget(String name)
Variant oflookup4(String)
that ignores the result of the operation.DnsClient
DnsClient. lookup6AndForget(String name)
Variant oflookup6(String)
that ignores the result of the operation.DnsClient
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
DnsClient. resolveAAAAAndForget(String name)
Variant ofresolveAAAA(String)
that ignores the result of the operation.DnsClient
DnsClient. resolveAAndForget(String name)
Variant ofresolveA(String)
that ignores the result of the operation.DnsClient
DnsClient. resolveCNAMEAndForget(String name)
Variant ofresolveCNAME(String)
that ignores the result of the operation.DnsClient
DnsClient. resolveMXAndForget(String name)
Variant ofresolveMX(String)
that ignores the result of the operation.DnsClient
DnsClient. resolveNSAndForget(String name)
Variant ofresolveNS(String)
that ignores the result of the operation.DnsClient
DnsClient. resolvePTRAndForget(String name)
Variant ofresolvePTR(String)
that ignores the result of the operation.DnsClient
DnsClient. resolveSRVAndForget(String name)
Variant ofresolveSRV(String)
that ignores the result of the operation.DnsClient
DnsClient. resolveTXTAndForget(String name)
Variant ofresolveTXT(String)
that ignores the result of the operation.DnsClient
DnsClient. reverseLookupAndForget(String ipaddress)
Variant ofreverseLookup(String)
that ignores the result of the operation.
-