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