Searched refs:addAnswers (Results 1 – 6 of 6) sorted by relevance
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSQuestion.java | 36 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() method in DNSQuestion.DNS4Address 60 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() method in DNSQuestion.DNS6Address 93 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() method in DNSQuestion.Pointer 133 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() method in DNSQuestion.Service 143 question.addAnswers(jmDNSImpl, answers); in addAnswers() 167 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() method in DNSQuestion.Text 194 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() method in DNSQuestion.AllRecords 204 question.addAnswers(jmDNSImpl, answers); in addAnswers() 274 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() method in DNSQuestion
|
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/ |
D | DNSResolverTask.java | 71 out = this.addAnswers(out); in run() 107 protected abstract DNSOutgoing addAnswers(DNSOutgoing out) throws IOException; in addAnswers() method in DNSResolverTask
|
D | TypeResolver.java | 48 protected DNSOutgoing addAnswers(DNSOutgoing out) throws IOException { in addAnswers() method in TypeResolver
|
D | ServiceResolver.java | 46 protected DNSOutgoing addAnswers(DNSOutgoing out) throws IOException { in addAnswers() method in ServiceResolver
|
D | ServiceInfoResolver.java | 61 protected DNSOutgoing addAnswers(DNSOutgoing out) throws IOException { in addAnswers() method in ServiceInfoResolver
|
/external/jmdns/src/javax/jmdns/impl/tasks/ |
D | Responder.java | 116 question.addAnswers(this.getDns(), answers); in run()
|