Object/Class

akka.io.dns

RecordType

Related Docs: class RecordType | package dns

Permalink

object RecordType extends Serializable

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val A: RecordType

    Permalink

    A host address

  5. final val AAAA: RecordType

    Permalink

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

  6. final val AXFR: RecordType

    Permalink
  7. final val CNAME: RecordType

    Permalink

    the canonical name for an alias

  8. final val HINFO: RecordType

    Permalink

    host information

  9. final val MAILA: RecordType

    Permalink
  10. final val MAILB: RecordType

    Permalink
  11. final val MB: RecordType

    Permalink

    A mailbox domain name (EXPERIMENTAL)

  12. final val MD: RecordType

    Permalink

    A mail destination (Obsolete - use MX)

  13. final val MF: RecordType

    Permalink

    A mail forwarder (Obsolete - use MX)

  14. final val MG: RecordType

    Permalink

    A mail group member (EXPERIMENTAL)

  15. final val MINFO: RecordType

    Permalink

    mailbox or mail list information

  16. final val MR: RecordType

    Permalink

    A mail rename domain name (EXPERIMENTAL)

  17. final val MX: RecordType

    Permalink

    mail exchange

  18. final val NS: RecordType

    Permalink

    An authoritative name server

  19. final val NULL: RecordType

    Permalink

    A null RR (EXPERIMENTAL)

  20. final val PTR: RecordType

    Permalink

    A domain name pointer

  21. final val SOA: RecordType

    Permalink

    marks the start of a zone of authority

  22. final val SRV: RecordType

    Permalink

    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

    Permalink

    text strings

  24. final val WILDCARD: RecordType

    Permalink
  25. final val WKS: RecordType

    Permalink

    A well known service description

  26. def apply(id: Short): OptionVal[RecordType]

    Permalink
  27. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  28. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped