|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.clackrouter.packets.DNSPacket.Answer
public static class DNSPacket.Answer
Contains DNS Answer information
| Field Summary | |
|---|---|
byte[] |
data
|
short |
dns_class
|
short |
dns_type
|
java.lang.String |
name
|
int |
timeout
|
| Constructor Summary | |
|---|---|
DNSPacket.Answer(java.lang.String n,
short t,
short c,
int ttl,
byte[] d)
|
|
| 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
public int timeout
public byte[] data
| Constructor Detail |
|---|
public DNSPacket.Answer(java.lang.String n,
short t,
short c,
int ttl,
byte[] d)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||