package dns
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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.
-
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.
-
class
MxRecord
extends AnyRef
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
-
class
SrvRecord
extends AnyRef
Represent a Service-Record (SRV) which was resolved for a domain.