|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.clackrouter.packets.DNSPacket.Query
public static class DNSPacket.Query
Contains DNS Query information
Field Summary | |
---|---|
short |
dns_class
|
short |
dns_type
|
java.lang.String |
name
|
Constructor Summary | |
---|---|
DNSPacket.Query(java.lang.String n,
short t,
short c)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public short dns_type
public short dns_class
Constructor Detail |
---|
public DNSPacket.Query(java.lang.String n, short t, short c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |