Package org.apache.pekko.io.dns
Class RecordType$
java.lang.Object
org.apache.pekko.io.dns.RecordType$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecordType$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal RecordTypeA()A host addressfinal RecordTypeAAAA()The AAAA resource record type is a record specific to the Internet class that stores a single IPv6 address.<any>apply(short id) final RecordTypeAXFR()final RecordTypeCNAME()the canonical name for an aliasfinal RecordTypeHINFO()host informationfinal RecordTypeMAILA()final RecordTypeMAILB()final RecordTypeMB()A mailbox domain name (EXPERIMENTAL)final RecordTypeMD()A mail destination (Obsolete - use MX)final RecordTypeMF()A mail forwarder (Obsolete - use MX)final RecordTypeMG()A mail group member (EXPERIMENTAL)final RecordTypeMINFO()mailbox or mail list informationfinal RecordTypeMR()A mail rename domain name (EXPERIMENTAL)final RecordTypeMX()mail exchangefinal RecordTypeNS()An authoritative name serverfinal RecordTypeNULL()A null RR (EXPERIMENTAL)final RecordTypePTR()A domain name pointerfinal RecordTypeSOA()marks the start of a zone of authorityfinal RecordTypeSRV()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.final RecordTypeTXT()text stringsunapply(RecordType x$0) final RecordTypeWILDCARD()final RecordTypeWKS()A well known service description
-
Field Details
-
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
A host address -
NS
An authoritative name server -
MD
A mail destination (Obsolete - use MX) -
MF
A mail forwarder (Obsolete - use MX) -
CNAME
the canonical name for an alias -
SOA
marks the start of a zone of authority -
MB
A mailbox domain name (EXPERIMENTAL) -
MG
A mail group member (EXPERIMENTAL) -
MR
A mail rename domain name (EXPERIMENTAL) -
NULL
A null RR (EXPERIMENTAL) -
WKS
A well known service description -
PTR
A domain name pointer -
HINFO
host information -
MINFO
mailbox or mail list information -
MX
mail exchange -
TXT
text strings -
AAAA
The AAAA resource record type is a record specific to the Internet class that stores a single IPv6 address. -
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
-
MAILB
-
MAILA
-
WILDCARD
-
apply
-
unapply
-