Uses of Class
javax.jmdns.ServiceInfo.Fields
-
Packages that use ServiceInfo.Fields Package Description javax.jmdns javax.jmdns.impl -
-
Uses of ServiceInfo.Fields in javax.jmdns
Methods in javax.jmdns that return ServiceInfo.Fields Modifier and Type Method Description static ServiceInfo.Fields
ServiceInfo.Fields. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServiceInfo.Fields[]
ServiceInfo.Fields. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.jmdns that return types with arguments of type ServiceInfo.Fields Modifier and Type Method Description abstract java.util.Map<ServiceInfo.Fields,java.lang.String>
ServiceInfo. getQualifiedNameMap()
Returns a dictionary of the fully qualified name component of this service.Method parameters in javax.jmdns with type arguments of type ServiceInfo.Fields Modifier and Type Method Description static ServiceInfo
ServiceInfo. create(java.util.Map<ServiceInfo.Fields,java.lang.String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, java.util.Map<java.lang.String,?> props)
Construct a service description for registering with JmDNS. -
Uses of ServiceInfo.Fields in javax.jmdns.impl
Fields in javax.jmdns.impl with type parameters of type ServiceInfo.Fields Modifier and Type Field Description (package private) java.util.Map<ServiceInfo.Fields,java.lang.String>
DNSEntry. _qualifiedNameMap
Methods in javax.jmdns.impl that return types with arguments of type ServiceInfo.Fields Modifier and Type Method Description protected static java.util.Map<ServiceInfo.Fields,java.lang.String>
ServiceInfoImpl. checkQualifiedNameMap(java.util.Map<ServiceInfo.Fields,java.lang.String> qualifiedNameMap)
(package private) static java.util.Map<ServiceInfo.Fields,java.lang.String>
ServiceInfoImpl. createQualifiedMap(java.lang.String instance, java.lang.String application, java.lang.String protocol, java.lang.String domain, java.lang.String subtype)
(package private) static java.util.Map<ServiceInfo.Fields,java.lang.String>
ServiceTypeDecoder. decodeQualifiedNameMap(java.lang.String type, java.lang.String name, java.lang.String subtype)
(package private) static java.util.Map<ServiceInfo.Fields,java.lang.String>
ServiceTypeDecoder. decodeQualifiedNameMapForType(java.lang.String type)
java.util.Map<ServiceInfo.Fields,java.lang.String>
DNSEntry. getQualifiedNameMap()
java.util.Map<ServiceInfo.Fields,java.lang.String>
ServiceInfoImpl. getQualifiedNameMap()
Returns a dictionary of the fully qualified name component of this service.Method parameters in javax.jmdns.impl with type arguments of type ServiceInfo.Fields Modifier and Type Method Description protected static java.util.Map<ServiceInfo.Fields,java.lang.String>
ServiceInfoImpl. checkQualifiedNameMap(java.util.Map<ServiceInfo.Fields,java.lang.String> qualifiedNameMap)
Constructor parameters in javax.jmdns.impl with type arguments of type ServiceInfo.Fields Constructor Description ServiceInfoImpl(java.util.Map<ServiceInfo.Fields,java.lang.String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, byte[] text)
ServiceInfoImpl(java.util.Map<ServiceInfo.Fields,java.lang.String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, java.lang.String text)
ServiceInfoImpl(java.util.Map<ServiceInfo.Fields,java.lang.String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, java.util.Map<java.lang.String,?> props)
-