|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.antiaction.dns.DNSClass
|
+--com.antiaction.dns.DNSQClass
DNS QClass, defines the various qclass constants. As defined in rfc1035.
| Field Summary | |
static int |
ALL
Any class. |
| Fields inherited from class com.antiaction.dns.DNSClass |
CH, CS, HS, IN |
| Method Summary | |
static java.lang.String |
toString(int i)
Given a record class returns a string representation. |
static boolean |
validQClass(int i)
Given a qclass returns a boolean indicating validity. |
| Methods inherited from class com.antiaction.dns.DNSClass |
validClass |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ALL
| Method Detail |
public static boolean validQClass(int i)
i - qclass id.toString(int)public static java.lang.String toString(int i)
i - record class.validQClass(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||