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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
A
public static final int A
- See Also:
- Constant Field Values
NS
public static final int NS
- See Also:
- Constant Field Values
CNAME
public static final int CNAME
- See Also:
- Constant Field Values
PTR
public static final int PTR
- See Also:
- Constant Field Values
HINFO
public static final int HINFO
- See Also:
- Constant Field Values
MX
public static final int MX
- See Also:
- Constant Field Values
AXFR
public static final int AXFR
- See Also:
- Constant Field Values
ANY
public static final int ANY
- See Also:
- Constant Field Values
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()