| Package | Description |
|---|---|
| javax.jmdns | |
| javax.jmdns.impl |
| Modifier and Type | Method | Description |
|---|---|---|
static ServiceInfo.Fields |
ServiceInfo.Fields.valueOf(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.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract Map<ServiceInfo.Fields,String> |
ServiceInfo.getQualifiedNameMap() |
Returns a dictionary of the fully qualified name component of this service.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ServiceInfo |
ServiceInfo.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected static Map<ServiceInfo.Fields,String> |
ServiceInfoImpl.checkQualifiedNameMap(Map<ServiceInfo.Fields,String> qualifiedNameMap) |
|
static Map<ServiceInfo.Fields,String> |
ServiceInfoImpl.decodeQualifiedNameMap(String type,
String name,
String subtype) |
|
static Map<ServiceInfo.Fields,String> |
ServiceInfoImpl.decodeQualifiedNameMapForType(String type) |
|
Map<ServiceInfo.Fields,String> |
DNSEntry.getQualifiedNameMap() |
|
Map<ServiceInfo.Fields,String> |
ServiceInfoImpl.getQualifiedNameMap() |
Returns a dictionary of the fully qualified name component of this service.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected static Map<ServiceInfo.Fields,String> |
ServiceInfoImpl.checkQualifiedNameMap(Map<ServiceInfo.Fields,String> qualifiedNameMap) |
| Constructor | Description |
|---|---|
ServiceInfoImpl(Map<ServiceInfo.Fields,String> qualifiedNameMap,
int port,
int weight,
int priority,
boolean persistent,
Map<String,?> props) |
Copyright © 2002–2018 JmDNS. All rights reserved.