Searched defs:addAnswers (Results 1 - 5 of 5) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
H A DServiceInfoResolver.java58 * @see javax.jmdns.impl.tasks.Resolver#addAnswers(javax.jmdns.impl.DNSOutgoing)
61 protected DNSOutgoing addAnswers(DNSOutgoing out) throws IOException { method in class:ServiceInfoResolver
H A DServiceResolver.java43 * @see javax.jmdns.impl.tasks.Resolver#addAnswers(javax.jmdns.impl.DNSOutgoing)
46 protected DNSOutgoing addAnswers(DNSOutgoing out) throws IOException { method in class:ServiceResolver
H A DTypeResolver.java45 * @see javax.jmdns.impl.tasks.Resolver#addAnswers(javax.jmdns.impl.DNSOutgoing)
48 protected DNSOutgoing addAnswers(DNSOutgoing out) throws IOException { method in class:TypeResolver
H A DDNSResolverTask.java71 out = this.addAnswers(out);
107 protected abstract DNSOutgoing addAnswers(DNSOutgoing out) throws IOException; method in class:DNSResolverTask
/external/jmdns/src/javax/jmdns/impl/
H A DDNSQuestion.java36 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { method in class:DNSQuestion.DNS4Address
60 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { method in class:DNSQuestion.DNS6Address
93 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { method in class:DNSQuestion.Pointer
133 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { method in class:DNSQuestion.Service
143 question.addAnswers(jmDNSImpl, answers);
167 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { method in class:DNSQuestion.Text
194 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { method in class:DNSQuestion.AllRecords
204 question.addAnswers(jmDNSImpl, answers);
274 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { method in class:DNSQuestion

Completed in 70 milliseconds