Package | Description |
---|---|
de.measite.minidns | |
de.measite.minidns.record |
Modifier and Type | Field and Description |
---|---|
protected Data |
Record.payloadData
The payload object of this record.
|
Modifier and Type | Method and Description |
---|---|
Data |
Record.getPayload()
The payload data, usually a subclass of data (A, AAAA, CNAME, ...).
|
Modifier and Type | Class and Description |
---|---|
class |
A
A record payload (ip pointer).
|
class |
AAAA
AAAA payload (an ipv6 pointer).
|
class |
CNAME
CNAME payload (pointer to another domain / address).
|
class |
MX
MX record payload (mail service pointer).
|
class |
NS
Nameserver record.
|
class |
PTR
A PTR record is handled like a CNAME
|
class |
SRV
SRV record payload (service pointer).
|
class |
TXT
TXT record (actually a binary blob containing extents, each of which is a one-byte count
followed by that many bytes of data, which can usually be interpreted as ASCII strings
but not always
|
Copyright © 2014–2019. All rights reserved.