Uses of Enum
javax.jmdns.ServiceInfo.Fields
Packages that use ServiceInfo.Fields
-
Uses of ServiceInfo.Fields in javax.jmdns
Subclasses with type arguments of type ServiceInfo.Fields in javax.jmdnsModifier and TypeClassDescriptionstatic enumFields for the fully qualified map.Methods in javax.jmdns that return ServiceInfo.FieldsModifier and TypeMethodDescriptionstatic ServiceInfo.FieldsReturns 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.FieldsModifier and TypeMethodDescriptionabstract Map<ServiceInfo.Fields, 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.FieldsModifier and TypeMethodDescriptionstatic ServiceInfoServiceInfo.create(Map<ServiceInfo.Fields, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, Map<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.FieldsModifier and TypeFieldDescription(package private) final Map<ServiceInfo.Fields, String> DNSEntry._qualifiedNameMapMethods in javax.jmdns.impl that return types with arguments of type ServiceInfo.FieldsModifier and TypeMethodDescriptionprotected static Map<ServiceInfo.Fields, String> ServiceInfoImpl.checkQualifiedNameMap(Map<ServiceInfo.Fields, String> qualifiedNameMap) (package private) static Map<ServiceInfo.Fields, String> ServiceInfoImpl.createQualifiedMap(String instance, String application, String protocol, String domain, String subtype) (package private) static Map<ServiceInfo.Fields, String> ServiceTypeDecoder.decodeQualifiedNameMap(String type, String name, String subtype) (package private) static Map<ServiceInfo.Fields, String> ServiceTypeDecoder.decodeQualifiedNameMapForType(String type) DNSEntry.getQualifiedNameMap()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.FieldsModifier and TypeMethodDescriptionprotected static Map<ServiceInfo.Fields, String> ServiceInfoImpl.checkQualifiedNameMap(Map<ServiceInfo.Fields, String> qualifiedNameMap) Constructor parameters in javax.jmdns.impl with type arguments of type ServiceInfo.FieldsModifierConstructorDescription(package private)ServiceInfoImpl(Map<ServiceInfo.Fields, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, byte[] text) (package private)ServiceInfoImpl(Map<ServiceInfo.Fields, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, String text) ServiceInfoImpl(Map<ServiceInfo.Fields, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, Map<String, ?> props)