Package akka.io.dns

Class DnsProtocol


  • public class DnsProtocol
    extends java.lang.Object
    Supersedes Dns protocol.

    Note that one MUST configure akka.io.dns.resolver = async-dns to make use of this protocol and resolver.

    Allows for more detailed lookups, by specifying which records should be checked, and responses can more information than plain IP addresses (e.g. ports for SRV records).