|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry
net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSQuestion
public final class DNSQuestion
A DNS question.
| Field Summary |
|---|
| Fields inherited from class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry |
|---|
clazz, key, name, type, unique |
| Constructor Summary | |
|---|---|
DNSQuestion(String name,
int type,
int clazz)
Create a question. |
|
| Method Summary | |
|---|---|
(package private) boolean |
answeredBy(DNSRecord rec)
Check if this question is answered by a given DNS record. |
String |
toString()
For debugging only. |
| Methods inherited from class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry |
|---|
equals, getClazz, getClazz, getName, getType, getType, hashCode, isUnique, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DNSQuestion(String name,
int type,
int clazz)
name - type - clazz - | Method Detail |
|---|
boolean answeredBy(DNSRecord rec)
public String toString()
toString in class Object
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||