|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.jmdns.impl.DNSEntry
javax.jmdns.impl.DNSQuestion
public final class DNSQuestion
A DNS question.
Constructor Summary | |
---|---|
DNSQuestion(java.lang.String name,
javax.jmdns.impl.constants.DNSRecordType type,
javax.jmdns.impl.constants.DNSRecordClass recordClass,
boolean unique)
Create a question. |
Method Summary |
---|
Methods inherited from class javax.jmdns.impl.DNSEntry |
---|
compareTo, equals, getKey, getName, getRecordClass, getRecordType, hashCode, isUnique, setName, toByteArray, toByteArray, toString, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DNSQuestion(java.lang.String name, javax.jmdns.impl.constants.DNSRecordType type, javax.jmdns.impl.constants.DNSRecordClass recordClass, boolean unique)
name
- type
- recordClass
- unique
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |