Uses of Class
javax.jmdns.impl.JmDNSImpl.ServiceTypeEntry
-
Packages that use JmDNSImpl.ServiceTypeEntry Package Description javax.jmdns.impl -
-
Uses of JmDNSImpl.ServiceTypeEntry in javax.jmdns.impl
Fields in javax.jmdns.impl with type parameters of type JmDNSImpl.ServiceTypeEntry Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.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.ServiceTypeEntry Modifier and Type Method Description JmDNSImpl.ServiceTypeEntry
JmDNSImpl.ServiceTypeEntry. clone()
Methods in javax.jmdns.impl that return types with arguments of type JmDNSImpl.ServiceTypeEntry Modifier and Type Method Description java.util.Map<java.lang.String,JmDNSImpl.ServiceTypeEntry>
JmDNSImpl. getServiceTypes()
-