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

  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
TypeResolver.java 13 import javax.jmdns.impl.JmDNSImpl.ServiceTypeEntry;
52 ServiceTypeEntry typeEntry = this.getDns().getServiceTypes().get(type);
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 102 private final ConcurrentMap<String, ServiceTypeEntry> _serviceTypes;
112 public static class ServiceTypeEntry extends AbstractMap<String, String> implements Cloneable {
200 public ServiceTypeEntry(String type) {
266 public ServiceTypeEntry clone() {
267 ServiceTypeEntry entry = new ServiceTypeEntry(this.getType());
405 _serviceTypes = new ConcurrentHashMap<String, ServiceTypeEntry>(20);
    [all...]
DNSQuestion.java 14 import javax.jmdns.impl.JmDNSImpl.ServiceTypeEntry;
100 ServiceTypeEntry typeEntry = jmDNSImpl.getServiceTypes().get(serviceType);

Completed in 567 milliseconds