Home | History | Annotate | Download | only in impl

Lines Matching refs:serviceEntry

768                 DNSEntry serviceEntry = this.getCache().getDNSEntry(info.getQualifiedName(), DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_ANY);
769 if (serviceEntry instanceof DNSRecord) {
770 ServiceInfo cachedServiceEntryInfo = ((DNSRecord) serviceEntry).getServiceInfo(persistent);