org.vertx.scala.core

dns

package dns

Visibility
  1. Public
  2. All

Type Members

  1. final class DnsClient extends Self

    Provides a way to asynchronous lookup informations from DNS-Servers.

  2. case class DnsException(code: DnsResponseCode) extends Exception with Product with Serializable

  3. sealed abstract class DnsResponseCode extends AnyRef

  4. final class MxRecord extends AnyVal

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

  5. final class SrvRecord extends AnyVal

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

Value Members

  1. object BADKEY extends DnsResponseCode with Product with Serializable

    ID 13, bad key

  2. object BADSIG extends DnsResponseCode with Product with Serializable

    ID 12, bad signature

  3. object BADTIME extends DnsResponseCode with Product with Serializable

    ID 14, bad timestamp

  4. object BADVERS extends DnsResponseCode with Product with Serializable

    ID 11, bad extension mechanism for version

  5. object DnsClient

  6. object DnsResponseCode

  7. object FORMERROR extends DnsResponseCode with Product with Serializable

    ID 1, format error

  8. object MxRecord

    Factory for org.vertx.scala.core.dns.MxRecord instances.

  9. object NOERROR extends DnsResponseCode with Product with Serializable

    ID 0, no error

  10. object NOTAUTH extends DnsResponseCode with Product with Serializable

    ID 9, not authoritative for zone

  11. object NOTIMPL extends DnsResponseCode with Product with Serializable

    ID 4, not implemented

  12. object NOTZONE extends DnsResponseCode with Product with Serializable

    ID 10, name not in zone

  13. object NXDOMAIN extends DnsResponseCode with Product with Serializable

    ID 3, name error

  14. object NXRRSET extends DnsResponseCode with Product with Serializable

    ID 8, rrset does not exist

  15. object REFUSED extends DnsResponseCode with Product with Serializable

    ID 5, operation refused

  16. object SERVFAIL extends DnsResponseCode with Product with Serializable

    ID 2, server failure

  17. object SrvRecord

    Factory for org.vertx.scala.core.dns.SrvRecord instances.

  18. object YXDOMAIN extends DnsResponseCode with Product with Serializable

    ID 6, domain name should not exist

  19. object YXRRSET extends DnsResponseCode with Product with Serializable

    ID 7, resource record set should not exist

Ungrouped