Package akka.io.dns
Class RecordType$
- java.lang.Object
-
- akka.io.dns.RecordType$
-
- All Implemented Interfaces:
java.io.Serializable
public class RecordType$ extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static RecordType$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RecordType$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordTypeA()A host addressRecordTypeAAAA()The AAAA resource record type is a record specific to the Internet class that stores a single IPv6 address.<any>apply(short id)RecordTypeapply(short code, java.lang.String name)RecordTypeAXFR()RecordTypeCNAME()the canonical name for an aliasRecordTypeHINFO()host informationRecordTypeMAILA()RecordTypeMAILB()RecordTypeMB()A mailbox domain name (EXPERIMENTAL)RecordTypeMD()A mail destination (Obsolete - use MX)RecordTypeMF()A mail forwarder (Obsolete - use MX)RecordTypeMG()A mail group member (EXPERIMENTAL)RecordTypeMINFO()mailbox or mail list informationRecordTypeMR()A mail rename domain name (EXPERIMENTAL)RecordTypeMX()mail exchangeRecordTypeNS()An authoritative name serverRecordTypeNULL()A null RR (EXPERIMENTAL)RecordTypePTR()A domain name pointerRecordTypeSOA()marks the start of a zone of authorityRecordTypeSRV()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.RecordTypeTXT()text stringsscala.Option<scala.Tuple2<java.lang.Object,java.lang.String>>unapply(RecordType x$0)RecordTypeWILDCARD()RecordTypeWKS()A well known service description
-
-
-
Field Detail
-
MODULE$
public static final RecordType$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
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, java.lang.String name)
-
unapply
public scala.Option<scala.Tuple2<java.lang.Object,java.lang.String>> unapply(RecordType x$0)
-
-