Package akka.io.dns

Class RecordType$

  • All Implemented Interfaces:
    java.io.Serializable

    public class RecordType$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • MODULE$

        public static final RecordType$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • RecordType$

        public RecordType$()
    • Method Detail

      • apply

        public <any> apply​(short id)
      • NS

        public final RecordType NS()
        An authoritative name server
      • MD

        public final RecordType MD()
        A mail destination (Obsolete - use MX)
      • MF

        public final RecordType MF()
        A mail forwarder (Obsolete - use MX)
      • CNAME

        public final RecordType CNAME()
        the canonical name for an alias
      • SOA

        public final RecordType SOA()
        marks the start of a zone of authority
      • MB

        public final RecordType MB()
        A mailbox domain name (EXPERIMENTAL)
      • MG

        public final RecordType MG()
        A mail group member (EXPERIMENTAL)
      • MR

        public final RecordType MR()
        A mail rename domain name (EXPERIMENTAL)
      • NULL

        public final RecordType NULL()
        A null RR (EXPERIMENTAL)
      • WKS

        public final RecordType WKS()
        A well known service description
      • PTR

        public final RecordType PTR()
        A domain name pointer
      • HINFO

        public final RecordType HINFO()
        host information
      • MINFO

        public final RecordType MINFO()
        mailbox or mail list information
      • TXT

        public final RecordType TXT()
        text strings
      • AAAA

        public final RecordType AAAA()
        The AAAA resource record type is a record specific to the Internet class that stores a single IPv6 address.
      • SRV

        public final RecordType SRV()
        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.
      • apply

        public RecordType apply​(short code,
                                java.lang.String name)
      • unapply

        public scala.Option<scala.Tuple2<java.lang.Object,​java.lang.String>> unapply​(RecordType x$0)