HomeSort by relevance Sort by last modified time
    Searched refs:dnsEntry (Results 1 - 2 of 2) sorted by null

  /external/jmdns/src/javax/jmdns/impl/
DNSCache.java 29 * DNSEntry entry = i.next();
38 * DNSEntry entry = i.next();
45 public class DNSCache extends AbstractMap<String, List<? extends DNSEntry>> {
49 private transient Set<Map.Entry<String, List<? extends DNSEntry>>> _entrySet = null;
94 public List<DNSEntry> get(Object key) {
110 public Collection<List<? extends DNSEntry>> values() {
118 public Set<Map.Entry<String, List<? extends DNSEntry>>> entrySet() {
134 public List<? extends DNSEntry> put(String key, List<? extends DNSEntry> value) {
151 protected static class _CacheEntry extends Object implements Map.Entry<String, List<? extends DNSEntry>> {
    [all...]
JmDNSImpl.java 88 * Cache for DNSEntry's.
759 DNSEntry pointerEntry = this.getCache().getDNSEntry(new DNSRecord.Pointer(type, DNSRecordClass.CLASS_ANY, false, 0, info.getQualifiedName()));
768 DNSEntry serviceEntry = this.getCache().getDNSEntry(info.getQualifiedName(), DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_ANY);
777 DNSEntry addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_A, DNSRecordClass.CLASS_ANY);
797 DNSEntry textEntry = this.getCache().getDNSEntry(cachedInfo.getQualifiedName(), DNSRecordType.TYPE_TXT, DNSRecordClass.CLASS_ANY);
    [all...]

Completed in 44 milliseconds