Uses of Class
javax.jmdns.impl.JmDNSImpl.ServiceCollector
-
Packages that use JmDNSImpl.ServiceCollector Package Description javax.jmdns.impl -
-
Uses of JmDNSImpl.ServiceCollector in javax.jmdns.impl
Fields in javax.jmdns.impl with type parameters of type JmDNSImpl.ServiceCollector Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.String,JmDNSImpl.ServiceCollector>
JmDNSImpl. _serviceCollectors
This hashtable is used to maintain a list of service types being collected by this JmDNS instance.
-