Searched defs:dnsEntry (Results 1 – 2 of 2) sorted by relevance
383 public synchronized DNSEntry getDNSEntry(DNSEntry dnsEntry) { in getDNSEntry()451 public synchronized boolean addDNSEntry(final DNSEntry dnsEntry) { in addDNSEntry()481 public synchronized boolean removeDNSEntry(DNSEntry dnsEntry) { in removeDNSEntry()
1210 listener.updateRecord(this.getCache(), now, dnsEntry); in addListener() local