OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addAnswers
(Results
1 - 6
of
6
) sorted by null
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DNSResolverTask.java
71
out = this.
addAnswers
(out);
107
protected abstract DNSOutgoing
addAnswers
(DNSOutgoing out) throws IOException;
ServiceResolver.java
43
* @see javax.jmdns.impl.tasks.Resolver#
addAnswers
(javax.jmdns.impl.DNSOutgoing)
46
protected DNSOutgoing
addAnswers
(DNSOutgoing out) throws IOException {
TypeResolver.java
45
* @see javax.jmdns.impl.tasks.Resolver#
addAnswers
(javax.jmdns.impl.DNSOutgoing)
48
protected DNSOutgoing
addAnswers
(DNSOutgoing out) throws IOException {
ServiceInfoResolver.java
58
* @see javax.jmdns.impl.tasks.Resolver#
addAnswers
(javax.jmdns.impl.DNSOutgoing)
61
protected DNSOutgoing
addAnswers
(DNSOutgoing out) throws IOException {
/external/jmdns/src/javax/jmdns/impl/
DNSQuestion.java
36
public void
addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) {
60
public void
addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) {
93
public void
addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) {
133
public void
addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) {
143
question.
addAnswers
(jmDNSImpl, answers);
167
public void
addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) {
194
public void
addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) {
204
question.
addAnswers
(jmDNSImpl, answers);
274
public void
addAnswers
(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) {
/external/jmdns/src/javax/jmdns/impl/tasks/
Responder.java
116
question.
addAnswers
(this.getDns(), answers);
Completed in 81 milliseconds