Packages

package dns

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AddressResolverOptions extends AnyRef

    Configuration options for Vert.x hostname resolver.

    Configuration options for Vert.x hostname resolver. The resolver uses the local hosts file and performs DNS A and AAAA queries.

  2. class DnsClient extends AnyRef

    Provides a way to asynchronously lookup information from DNS servers.

    Provides a way to asynchronously lookup information from DNS servers.

    Please consult the documentation for more information on DNS clients.

  3. class DnsClientOptions extends AnyRef

    Configuration options for Vert.x DNS client.

  4. class MxRecord extends AnyRef

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

  5. class SrvRecord extends AnyRef

    Represent a Service-Record (SRV) which was resolved for a domain.

Ungrouped