Searched refs:addressEntry (Results 1 – 1 of 1) sorted by relevance
777 …DNSEntry addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_A, DNSRecordClass.C… in getServiceInfoFromCache() local778 if (addressEntry instanceof DNSRecord) { in getServiceInfoFromCache()779 … ServiceInfo cachedAddressInfo = ((DNSRecord) addressEntry).getServiceInfo(persistent); in getServiceInfoFromCache()787 …addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_A… in getServiceInfoFromCache()788 if (addressEntry instanceof DNSRecord) { in getServiceInfoFromCache()789 … ServiceInfo cachedAddressInfo = ((DNSRecord) addressEntry).getServiceInfo(persistent); in getServiceInfoFromCache()