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 RecordType
A()
A host addressRecordType
AAAA()
The AAAA resource record type is a record specific to the Internet class that stores a single IPv6 address.<any>
apply(short id)
RecordType
apply(short code, java.lang.String name)
RecordType
AXFR()
RecordType
CNAME()
the canonical name for an aliasRecordType
HINFO()
host informationRecordType
MAILA()
RecordType
MAILB()
RecordType
MB()
A mailbox domain name (EXPERIMENTAL)RecordType
MD()
A mail destination (Obsolete - use MX)RecordType
MF()
A mail forwarder (Obsolete - use MX)RecordType
MG()
A mail group member (EXPERIMENTAL)RecordType
MINFO()
mailbox or mail list informationRecordType
MR()
A mail rename domain name (EXPERIMENTAL)RecordType
MX()
mail exchangeRecordType
NS()
An authoritative name serverRecordType
NULL()
A null RR (EXPERIMENTAL)RecordType
PTR()
A domain name pointerRecordType
SOA()
marks the start of a zone of authorityRecordType
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.RecordType
TXT()
text stringsscala.Option<scala.Tuple2<java.lang.Object,java.lang.String>>
unapply(RecordType x$0)
RecordType
WILDCARD()
RecordType
WKS()
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)
-
-