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.


Field Summary
static int A
           
 ResourceRecord[] additional_records
           
 ResourceRecord[] answers
           
static int ANY
           
 ResourceRecord[] authority_records
           
static int AXFR
           
static int CNAME
           
 short flags
           
static int HINFO
           
 short identification
           
static int MX
           
static int NS
           
static int PTR
           
 Query[] questions
           
 
Constructor Summary
DNSMessage()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

DNSMessage

public DNSMessage()