|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.antiaction.dns.DNSType
DNS Type, defines the various record type constants. As defined in rfc1035.
| Field Summary | |
static int |
A
HostAddress. |
static int |
CNAME
CanonicalName. |
static int |
GENERIC
Used internally to represent unsupported record types. |
static int |
HINFO
Host Information. |
static int |
MB
MailBox, experimental. |
static int |
MD
MailDestination, obsolete, use Mail Exchange. |
static int |
MF
MailForwarder, obsolete, use Mail Exchange. |
static int |
MG
MailGroup, experimental. |
static int |
MINFO
Mailbox information. |
static int |
MR
MailRename, experimental. |
static int |
MX
Mail Exchange. |
static int |
NS
Authoritative name server. |
static int |
NULL
Experimental. |
static int |
PTR
Domain Name Pointer. |
static int |
SOA
Start of a Zone of Authority. |
static int |
TXT
Text Strings. |
static int |
WKS
Well Known Service Description. |
| Constructor Summary | |
protected |
DNSType()
Only the static methods are meant for public use. |
| Method Summary | |
static java.lang.String |
toString(int i)
Given a record type returns a string representation. |
static boolean |
validType(int i)
Given a record type returns a boolean indicating validity. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int A
public static final int NS
public static final int MD
public static final int MF
public static final int CNAME
public static final int SOA
public static final int MB
public static final int MG
public static final int MR
public static final int NULL
public static final int WKS
public static final int PTR
public static final int HINFO
public static final int MINFO
public static final int MX
public static final int TXT
public static final int GENERIC
| Constructor Detail |
protected DNSType()
| Method Detail |
public static boolean validType(int i)
i - record type.toString(int)public static java.lang.String toString(int i)
i - record type.validType(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||