Package | Description |
---|---|
javax.jmdns.impl | |
javax.jmdns.impl.tasks |
Modifier and Type | Field and Description |
---|---|
protected List<DNSQuestion> |
DNSMessage._questions |
Modifier and Type | Method and Description |
---|---|
static DNSQuestion |
DNSQuestion.newQuestion(String name,
DNSRecordType type,
DNSRecordClass recordClass,
boolean unique)
Create a question.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends DNSQuestion> |
DNSMessage.getQuestions() |
Modifier and Type | Method and Description |
---|---|
void |
JmDNSImpl.addListener(javax.jmdns.impl.DNSListener listener,
DNSQuestion question)
Add a listener for a question.
|
void |
DNSOutgoing.addQuestion(DNSQuestion rec)
Add a question to the message.
|
Modifier and Type | Method and Description |
---|---|
DNSOutgoing |
DNSTask.addQuestion(DNSOutgoing out,
DNSQuestion rec)
Add a question to the message.
|
Copyright © 2002–2018 JmDNS. All rights reserved.