vertx / io.vertx.reactivex.core.dns

Package io.vertx.reactivex.core.dns

Types

DnsClient

open class DnsClient

Provides a way to asynchronously lookup information from DNS servers.

Please consult the documentation for more information on DNS clients.

NOTE: This class has been automatically generated from the io.vertx.core.dns.DnsClient non RX-ified interface using Vert.x codegen.

MxRecord

open class MxRecord

Represent a Mail-Exchange-Record (MX) which was resolved for a domain. NOTE: This class has been automatically generated from the io.vertx.core.dns.MxRecord non RX-ified interface using Vert.x codegen.

SrvRecord

open class SrvRecord

Represent a Service-Record (SRV) which was resolved for a domain. NOTE: This class has been automatically generated from the io.vertx.core.dns.SrvRecord non RX-ified interface using Vert.x codegen.