com.act365.net.dns
Class DNSMessage
java.lang.Object
|
+--com.act365.net.dns.DNSMessage
- public class DNSMessage
- extends java.lang.Object
Represents a DNS message.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
A
public static final int A
NS
public static final int NS
CNAME
public static final int CNAME
PTR
public static final int PTR
HINFO
public static final int HINFO
MX
public static final int MX
AXFR
public static final int AXFR
ANY
public static final int ANY
identification
public short identification
flags
public short flags
questions
public Query[] questions
answers
public ResourceRecord[] answers
authority_records
public ResourceRecord[] authority_records
additional_records
public ResourceRecord[] additional_records
DNSMessage
public DNSMessage()