Package | Description |
---|---|
javax.jmdns.impl | |
javax.jmdns.impl.tasks |
Modifier and Type | Method and Description |
---|---|
DNSIncoming |
DNSIncoming.clone() |
DNSIncoming |
JmDNSImpl.getPlannedAnswer() |
Modifier and Type | Method and 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.
|
DNSOutgoing |
JmDNSImpl.addAnswer(DNSIncoming in,
InetAddress addr,
int port,
DNSOutgoing out,
DNSRecord rec)
Add an answer to a question.
|
void |
JmDNSImpl.respondToQuery(DNSIncoming in) |
void |
JmDNSImpl.setPlannedAnswer(DNSIncoming plannedAnswer) |
void |
DNSTaskStarter.startResponder(DNSIncoming in,
int port)
Start a new responder task
|
void |
DNSTaskStarter.DNSTaskStarterImpl.startResponder(DNSIncoming in,
int port) |
void |
JmDNSImpl.startResponder(DNSIncoming in,
int port) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
Responder(JmDNSImpl jmDNSImpl,
DNSIncoming in,
int port) |
Copyright © 2002–2017 JmDNS. All rights reserved.