Searched refs:ServiceCollector (Results 1 – 1 of 1) sorted by relevance
354 private final ConcurrentMap<String, ServiceCollector> _serviceCollectors;402 _serviceCollectors = new ConcurrentHashMap<String, ServiceCollector>(); in JmDNSImpl()744 if (_serviceCollectors.putIfAbsent(loType, new ServiceCollector(type)) == null) { in resolveServiceInfo()928 if (_serviceCollectors.putIfAbsent(loType, new ServiceCollector(type)) == null) { in addServiceListener()1932 ServiceCollector collector = _serviceCollectors.get(loType); in list()1934 … newCollectorCreated = _serviceCollectors.putIfAbsent(loType, new ServiceCollector(type)) == null; in list()1988 ServiceCollector collector = _serviceCollectors.get(type); in disposeServiceCollectors()2001 private static class ServiceCollector implements ServiceListener { class in JmDNSImpl2024 public ServiceCollector(String type) { in ServiceCollector() method in JmDNSImpl.ServiceCollector