Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DDNSQuestion.java36 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
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
274 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() method in DNSQuestion
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DTypeResolver.java48 protected DNSOutgoing addAnswers(DNSOutgoing out) throws IOException { in addAnswers() method in TypeResolver
DServiceResolver.java46 protected DNSOutgoing addAnswers(DNSOutgoing out) throws IOException { in addAnswers() method in ServiceResolver
DDNSResolverTask.java107 protected abstract DNSOutgoing addAnswers(DNSOutgoing out) throws IOException; in addAnswers() method in DNSResolverTask
DServiceInfoResolver.java61 protected DNSOutgoing addAnswers(DNSOutgoing out) throws IOException { in addAnswers() method in ServiceInfoResolver