Searched refs:ServiceTypeEntry (Results 1 – 3 of 3) sorted by relevance
13 import javax.jmdns.impl.JmDNSImpl.ServiceTypeEntry;52 ServiceTypeEntry typeEntry = this.getDns().getServiceTypes().get(type); in addAnswers()
102 private final ConcurrentMap<String, ServiceTypeEntry> _serviceTypes;112 public static class ServiceTypeEntry extends AbstractMap<String, String> implements Cloneable { class in JmDNSImpl200 public ServiceTypeEntry(String type) { in ServiceTypeEntry() method in JmDNSImpl.ServiceTypeEntry266 public ServiceTypeEntry clone() { in clone()267 ServiceTypeEntry entry = new ServiceTypeEntry(this.getType()); in clone()405 _serviceTypes = new ConcurrentHashMap<String, ServiceTypeEntry>(20); in JmDNSImpl()1095 typeAdded = _serviceTypes.putIfAbsent(loname, new ServiceTypeEntry(name)) == null; in registerServiceType()1111 ServiceTypeEntry subtypes = _serviceTypes.get(loname); in registerServiceType()1876 ServiceTypeEntry subtypes = _serviceTypes.get(key); in toString()2199 public Map<String, ServiceTypeEntry> getServiceTypes() { in getServiceTypes()
14 import javax.jmdns.impl.JmDNSImpl.ServiceTypeEntry;100 ServiceTypeEntry typeEntry = jmDNSImpl.getServiceTypes().get(serviceType); in addAnswers()