Class RecordType$

java.lang.Object
org.apache.pekko.io.dns.RecordType$
All Implemented Interfaces:
Serializable

public class RecordType$ extends Object implements Serializable
See Also:
  • Field Details

    • MODULE$

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

    • RecordType$

      public RecordType$()
  • Method Details

    • apply

      public <any> apply(short id)
    • A

      public final RecordType A()
      A host address
    • 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
    • MX

      public final RecordType MX()
      mail exchange
    • 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.
    • AXFR

      public final RecordType AXFR()
    • MAILB

      public final RecordType MAILB()
    • MAILA

      public final RecordType MAILA()
    • WILDCARD

      public final RecordType WILDCARD()
    • apply

      public RecordType apply(short code, String name)
    • unapply

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