|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SK.gnome.dwarf.utils.dns.Record SK.gnome.dwarf.utils.dns.Question
This class represents a DNS question.
Field Summary |
Fields inherited from class SK.gnome.dwarf.utils.dns.Record |
clazz, name, type |
Constructor Summary | |
Question(java.lang.String name,
int type,
int clazz)
Creates a new DNS question. |
Methods inherited from class SK.gnome.dwarf.utils.dns.Record |
getClassString, getClazz, getName, getType, getTypeString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Question(java.lang.String name, int type, int clazz)
name
- the domain nametype
- the resource typeclazz
- the protocol class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |