Uses of Class
javax.jmdns.impl.JmDNSImpl.ServiceTypeEntry
Packages that use JmDNSImpl.ServiceTypeEntry
-
Uses of JmDNSImpl.ServiceTypeEntry in javax.jmdns.impl
Fields in javax.jmdns.impl with type parameters of type JmDNSImpl.ServiceTypeEntryModifier and TypeFieldDescriptionprivate final ConcurrentMap
<String, JmDNSImpl.ServiceTypeEntry> JmDNSImpl._serviceTypes
This hashtable holds the service types that have been registered or that have been received in an incoming datagram.
Keys are instances of String which hold an all lower-case version of the fully qualified service type.
Values hold the fully qualified service type.Methods in javax.jmdns.impl that return JmDNSImpl.ServiceTypeEntryMethods in javax.jmdns.impl that return types with arguments of type JmDNSImpl.ServiceTypeEntry