| Package | Description |
|---|---|
| javax.jmdns.impl | |
| javax.jmdns.impl.tasks |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DNSRecord.Address |
Address record.
|
static class |
DNSRecord.HostInformation |
|
static class |
DNSRecord.IPv4Address |
|
static class |
DNSRecord.IPv6Address |
|
static class |
DNSRecord.Pointer |
Pointer record.
|
static class |
DNSRecord.Service |
Service record.
|
static class |
DNSRecord.Text |
| Modifier and Type | Field | Description |
|---|---|---|
protected List<DNSRecord> |
DNSMessage._additionals |
|
protected List<DNSRecord> |
DNSMessage._answers |
|
protected List<DNSRecord> |
DNSMessage._authoritativeAnswers |
| Modifier and Type | Method | Description |
|---|---|---|
Collection<DNSRecord> |
HostInfo.answers(DNSRecordClass recordClass,
boolean unique,
int ttl) |
|
Collection<DNSRecord> |
ServiceInfoImpl.answers(DNSRecordClass recordClass,
boolean unique,
int ttl,
HostInfo localHost) |
Create a series of answer that correspond with the give service info.
|
Collection<? extends DNSRecord> |
DNSMessage.getAdditionals() |
|
List<DNSRecord> |
DNSMessage.getAllAnswers() |
|
Collection<? extends DNSRecord> |
DNSMessage.getAnswers() |
|
Collection<? extends DNSRecord> |
DNSMessage.getAuthorities() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DNSOutgoing.addAdditionalAnswer(DNSIncoming in,
DNSRecord rec) |
Add an additional answer to the record.
|
void |
DNSOutgoing.addAnswer(DNSIncoming in,
DNSRecord rec) |
Add an answer if it is not suppressed.
|
void |
DNSOutgoing.addAnswer(DNSRecord rec,
long now) |
Add an answer to the message.
|
DNSOutgoing |
JmDNSImpl.addAnswer(DNSIncoming in,
InetAddress addr,
int port,
DNSOutgoing out,
DNSRecord rec) |
Add an answer to a question.
|
void |
DNSOutgoing.addAuthorativeAnswer(DNSRecord rec) |
Add an authoritative answer to the message.
|
void |
JmDNSImpl.updateRecord(long now,
DNSRecord rec,
JmDNSImpl.Operation operation) |
Notify all listeners that a record was updated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DNSQuestion.addAnswers(JmDNSImpl jmDNSImpl,
Set<DNSRecord> answers) |
Adds answers to the list for our question.
|
protected void |
DNSQuestion.addAnswersForServiceInfo(JmDNSImpl jmDNSImpl,
Set<DNSRecord> answers,
ServiceInfoImpl info) |
| Modifier and Type | Method | Description |
|---|---|---|
DNSOutgoing |
DNSTask.addAdditionalAnswer(DNSOutgoing out,
DNSIncoming in,
DNSRecord rec) |
Add an additional answer to the record.
|
DNSOutgoing |
DNSTask.addAnswer(DNSOutgoing out,
DNSIncoming in,
DNSRecord rec) |
Add an answer if it is not suppressed.
|
DNSOutgoing |
DNSTask.addAnswer(DNSOutgoing out,
DNSRecord rec,
long now) |
Add an answer to the message.
|
DNSOutgoing |
DNSTask.addAuthoritativeAnswer(DNSOutgoing out,
DNSRecord rec) |
Add an authoritative answer to the message.
|
Copyright © 2002–2018 JmDNS. All rights reserved.