vertx / io.vertx.core.dns

Package io.vertx.core.dns

Types

DnsClient

interface DnsClient

Provides a way to asynchronously lookup information from DNS servers.

Please consult the documentation for more information on DNS clients.

DnsClientOptions

open class DnsClientOptions

Configuration options for Vert.x DNS client.

DnsClientOptionsConverter

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.

DnsResponseCode

class DnsResponseCode

Represents the possible response codes a server may send after receiving a query. A response code of 0 indicates no error.

MxRecord

interface MxRecord

Represent a Mail-Exchange-Record (MX) which was resolved for a domain.

Exceptions

DnsException

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.