interface DnsClient
Provides a way to asynchronously lookup information from DNS servers. Please consult the documentation for more information on DNS clients. |
|
open class DnsClientOptions
Configuration options for Vert.x DNS client. |
|
open class DnsClientOptionsConverter
Converter for io.vertx.core.dns.DnsClientOptions. NOTE: This class has been automatically generated from the io.vertx.core.dns.DnsClientOptions original class using Vert.x codegen. |
|
class DnsResponseCode
Represents the possible response codes a server may send after receiving a query. A response code of 0 indicates no error. |
|
interface MxRecord
Represent a Mail-Exchange-Record (MX) which was resolved for a domain. |
class DnsException : Exception
Exception which is used to notify the io.vertx.core.AsyncResult if the DNS query returns a DnsResponseCode which indicates and error. |