| Values | |
addressResolverOptions | shared addressResolverOptions addressResolverOptions |
badkey | shared badkey badkeyID 13, bad key |
badsig | shared badsig badsigID 12, bad signature |
badtime | shared badtime badtimeID 14, bad timestamp |
badvers | shared badvers badversID 11, bad extension mechanism for version |
dnsResponseCode | shared dnsResponseCode dnsResponseCode |
formerror | shared formerror formerrorID 1, format error |
noerror | shared noerror noerrorID 0, no error |
notauth | shared notauth notauthID 9, not authoritative for zone |
notimpl | shared notimpl notimplID 4, not implemented |
notzone | shared notzone notzoneID 10, name not in zone |
nxdomain | shared nxdomain nxdomainID 3, name error |
nxrrset | shared nxrrset nxrrsetID 8, rrset does not exist |
refused | shared refused refusedID 5, operation refused |
servfail | shared servfail servfailID 2, server failure |
yxdomain | shared yxdomain yxdomainID 6, domain name should not exist |
yxrrset | shared yxrrset yxrrsetID 7, resource record set should not exist |
| Classes | |
AddressResolverOptions | shared AddressResolverOptionsConfiguration options for Vert.x hostname resolver. The resolver uses the local hosts file and performs DNS A and AAAA queries. |
DnsClient | shared DnsClientProvides a way to asynchronously lookup information from DNS servers. Please consult the documentation for more information on DNS clients. |
DnsResponseCode | shared abstract DnsResponseCodeRepresents the possible response codes a server may send after receiving a query. A response code of 0 indicates no error. |
MxRecord | shared MxRecordRepresent a Mail-Exchange-Record (MX) which was resolved for a domain. |
SrvRecord | shared SrvRecordRepresent a Service-Record (SRV) which was resolved for a domain. |
addressResolverOptions | shared addressResolverOptions |
badkey | shared badkeyID 13, bad key |
badsig | shared badsigID 12, bad signature |
badtime | shared badtimeID 14, bad timestamp |
badvers | shared badversID 11, bad extension mechanism for version |
dnsResponseCode | shared dnsResponseCode |
formerror | shared formerrorID 1, format error |
noerror | shared noerrorID 0, no error |
notauth | shared notauthID 9, not authoritative for zone |
notimpl | shared notimplID 4, not implemented |
notzone | shared notzoneID 10, name not in zone |
nxdomain | shared nxdomainID 3, name error |
nxrrset | shared nxrrsetID 8, rrset does not exist |
refused | shared refusedID 5, operation refused |
servfail | shared servfailID 2, server failure |
yxdomain | shared yxdomainID 6, domain name should not exist |
yxrrset | shared yxrrsetID 7, resource record set should not exist |