HomeSort by relevance Sort by last modified time
    Searched full:pointerentry (Results 1 - 1 of 1) sorted by null

  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 759 DNSEntry pointerEntry = this.getCache().getDNSEntry(new DNSRecord.Pointer(type, DNSRecordClass.CLASS_ANY, false, 0, info.getQualifiedName()));
760 if (pointerEntry instanceof DNSRecord) {
761 ServiceInfoImpl cachedInfo = (ServiceInfoImpl) ((DNSRecord) pointerEntry).getServiceInfo(persistent);
    [all...]

Completed in 191 milliseconds