Package | Description |
---|---|
javax.jmdns.impl | |
javax.jmdns.impl.tasks | |
javax.jmdns.impl.tasks.resolver | |
javax.jmdns.impl.tasks.state |
Modifier and Type | Method and Description |
---|---|
DNSOutgoing |
JmDNSImpl.addAnswer(DNSIncoming in,
InetAddress addr,
int port,
DNSOutgoing out,
DNSRecord rec)
Add an answer to a question.
|
Modifier and Type | Method and Description |
---|---|
DNSOutgoing |
JmDNSImpl.addAnswer(DNSIncoming in,
InetAddress addr,
int port,
DNSOutgoing out,
DNSRecord rec)
Add an answer to a question.
|
void |
JmDNSImpl.send(DNSOutgoing out)
Send an outgoing multicast DNS message.
|
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.
|
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.
|
DNSOutgoing |
DNSTask.addQuestion(DNSOutgoing out,
DNSQuestion rec)
Add a question to the message.
|
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.
|
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.
|
DNSOutgoing |
DNSTask.addQuestion(DNSOutgoing out,
DNSQuestion rec)
Add a question to the message.
|
Modifier and Type | Method and Description |
---|---|
protected DNSOutgoing |
ServiceInfoResolver.addAnswers(DNSOutgoing out) |
protected abstract DNSOutgoing |
DNSResolverTask.addAnswers(DNSOutgoing out)
Overridden by subclasses to add questions to the message.
Note: Because of message size limitation the returned message may be different than the message parameter. |
protected DNSOutgoing |
TypeResolver.addAnswers(DNSOutgoing out) |
protected DNSOutgoing |
ServiceResolver.addAnswers(DNSOutgoing out) |
protected DNSOutgoing |
ServiceInfoResolver.addQuestions(DNSOutgoing out) |
protected abstract DNSOutgoing |
DNSResolverTask.addQuestions(DNSOutgoing out)
Overridden by subclasses to add questions to the message.
Note: Because of message size limitation the returned message may be different than the message parameter. |
protected DNSOutgoing |
TypeResolver.addQuestions(DNSOutgoing out) |
protected DNSOutgoing |
ServiceResolver.addQuestions(DNSOutgoing out) |
Modifier and Type | Method and Description |
---|---|
protected DNSOutgoing |
ServiceInfoResolver.addAnswers(DNSOutgoing out) |
protected abstract DNSOutgoing |
DNSResolverTask.addAnswers(DNSOutgoing out)
Overridden by subclasses to add questions to the message.
Note: Because of message size limitation the returned message may be different than the message parameter. |
protected DNSOutgoing |
TypeResolver.addAnswers(DNSOutgoing out) |
protected DNSOutgoing |
ServiceResolver.addAnswers(DNSOutgoing out) |
protected DNSOutgoing |
ServiceInfoResolver.addQuestions(DNSOutgoing out) |
protected abstract DNSOutgoing |
DNSResolverTask.addQuestions(DNSOutgoing out)
Overridden by subclasses to add questions to the message.
Note: Because of message size limitation the returned message may be different than the message parameter. |
protected DNSOutgoing |
TypeResolver.addQuestions(DNSOutgoing out) |
protected DNSOutgoing |
ServiceResolver.addQuestions(DNSOutgoing out) |
Modifier and Type | Method and Description |
---|---|
protected DNSOutgoing |
Announcer.buildOutgoingForDNS(DNSOutgoing out) |
protected DNSOutgoing |
Renewer.buildOutgoingForDNS(DNSOutgoing out) |
protected DNSOutgoing |
Prober.buildOutgoingForDNS(DNSOutgoing out) |
protected abstract DNSOutgoing |
DNSStateTask.buildOutgoingForDNS(DNSOutgoing out) |
protected DNSOutgoing |
Canceler.buildOutgoingForDNS(DNSOutgoing out) |
protected DNSOutgoing |
Announcer.buildOutgoingForInfo(ServiceInfoImpl info,
DNSOutgoing out) |
protected DNSOutgoing |
Renewer.buildOutgoingForInfo(ServiceInfoImpl info,
DNSOutgoing out) |
protected DNSOutgoing |
Prober.buildOutgoingForInfo(ServiceInfoImpl info,
DNSOutgoing out) |
protected abstract DNSOutgoing |
DNSStateTask.buildOutgoingForInfo(ServiceInfoImpl info,
DNSOutgoing out) |
protected DNSOutgoing |
Canceler.buildOutgoingForInfo(ServiceInfoImpl info,
DNSOutgoing out) |
Copyright © 2002-2017 JmDNS. All Rights Reserved.