HomeSort by relevance Sort by last modified time
    Searched defs:addAnswers (Results 1 - 5 of 5) sorted by null

  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceInfoResolver.java 58 * @see javax.jmdns.impl.tasks.Resolver#addAnswers(javax.jmdns.impl.DNSOutgoing)
61 protected 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 {
DNSResolverTask.java 71 out = this.addAnswers(out);
107 protected abstract 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) {

Completed in 29 milliseconds