Home
last modified time | relevance | path

Searched refs:getDNSEntry (Results 1 – 3 of 3) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DServiceInfoResolver.java65 …newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifie… in addAnswers()
66 …newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifie… in addAnswers()
68 …newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer()… in addAnswers()
69 …newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer()… in addAnswers()
/external/jmdns/src/javax/jmdns/impl/
DDNSCache.java383 public synchronized DNSEntry getDNSEntry(DNSEntry dnsEntry) { in getDNSEntry() method in DNSCache
407 …public synchronized DNSEntry getDNSEntry(String name, DNSRecordType type, DNSRecordClass recordCla… in getDNSEntry() method in DNSCache
DJmDNSImpl.java759 …DNSEntry pointerEntry = this.getCache().getDNSEntry(new DNSRecord.Pointer(type, DNSRecordClass.CLA… in getServiceInfoFromCache()
768 …DNSEntry serviceEntry = this.getCache().getDNSEntry(info.getQualifiedName(), DNSRecordType.TYPE_SR… in getServiceInfoFromCache()
777 …DNSEntry addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_A, DNSRecordClass.C… in getServiceInfoFromCache()
787 …addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_A… in getServiceInfoFromCache()
797 …DNSEntry textEntry = this.getCache().getDNSEntry(cachedInfo.getQualifiedName(), DNSRecordType.TYPE… in getServiceInfoFromCache()
1339 final DNSRecord cachedRecord = (DNSRecord) this.getCache().getDNSEntry(newRecord); in handleRecord()