|
Jala 1.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--jala.DnsClient.Record
Instances of this class wrap record data as received
from the nameserver.
Defined in DnsClient.js
Field Summary | |
String |
cname
The CNAME of this record. |
String |
email
The email address responsible for a name server. |
String |
host
The name of the host. |
String |
ipAddress
The IP address of the host. |
String |
mx
The name of the mail exchanging server. |
String |
text
Descriptive text as received from the nameserver. |
Number |
type
The type of the nameserver record represented by this Answer instance. |
Constructor Summary | |
jala.DnsClient.Record
(<org.wonderly.net.dns.RR> data)
Constructs a new instance of jala.DnsClient.Record. |
Method Summary | |
org.wonderly.net.dns.RR
|
getData()
Returns the wrapped nameserver record data |
Field Detail |
String cname
String email
String host
String ipAddress
String mx
String text
Number type
Constructor Detail |
jala.DnsClient.Record(<org.wonderly.net.dns.RR> data)
data
- The data as received from the nameserver
Method Detail |
org.wonderly.net.dns.RR getData()
|
Jala 1.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |