Searched refs:getDNSEntryList (Results 1 – 3 of 3) sorted by relevance
363 public synchronized Collection<? extends DNSEntry> getDNSEntryList(String name) { in getDNSEntryList() method in DNSCache429 …public synchronized Collection<? extends DNSEntry> getDNSEntryList(String name, DNSRecordType type… in getDNSEntryList() method in DNSCache
892 …for (DNSEntry entry : dnsCache.getDNSEntryList(_server, DNSRecordType.TYPE_A, DNSRecordClass.CLASS… in updateRecord()895 …for (DNSEntry entry : dnsCache.getDNSEntryList(_server, DNSRecordType.TYPE_AAAA, DNSRecordClass.CL… in updateRecord()
1149 for (DNSEntry dnsEntry : this.getCache().getDNSEntryList(info.getKey())) { in makeServiceNameUnique()1208 … for (DNSEntry dnsEntry : this.getCache().getDNSEntryList(question.getName().toLowerCase())) { in addListener()1344 for (DNSEntry entry : this.getCache().getDNSEntryList(newRecord.getKey())) { in handleRecord()