Packages

object RecordType extends Serializable

Source
RecordType.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RecordType
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val A: RecordType

    A host address

  5. final val AAAA: RecordType

    The AAAA resource record type is a record specific to the Internet class that stores a single IPv6 address.

  6. final val AXFR: RecordType
  7. final val CNAME: RecordType

    the canonical name for an alias

  8. final val HINFO: RecordType

    host information

  9. final val MAILA: RecordType
  10. final val MAILB: RecordType
  11. final val MB: RecordType

    A mailbox domain name (EXPERIMENTAL)

  12. final val MD: RecordType

    A mail destination (Obsolete - use MX)

  13. final val MF: RecordType

    A mail forwarder (Obsolete - use MX)

  14. final val MG: RecordType

    A mail group member (EXPERIMENTAL)

  15. final val MINFO: RecordType

    mailbox or mail list information

  16. final val MR: RecordType

    A mail rename domain name (EXPERIMENTAL)

  17. final val MX: RecordType

    mail exchange

  18. final val NS: RecordType

    An authoritative name server

  19. final val NULL: RecordType

    A null RR (EXPERIMENTAL)

  20. final val PTR: RecordType

    A domain name pointer

  21. final val SOA: RecordType

    marks the start of a zone of authority

  22. final val SRV: RecordType

    The SRV RR allows administrators to use several servers for a single domain, to move services from host to host with little fuss, and to designate some hosts as primary servers for a service and others as backups.

  23. final val TXT: RecordType

    text strings

  24. final val WILDCARD: RecordType
  25. final val WKS: RecordType

    A well known service description

  26. def apply(id: Short): OptionVal[RecordType]
  27. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  28. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped