ServiceInfo |
ServiceInfo.clone() |
|
static ServiceInfo |
ServiceInfo.create(java.lang.String type,
java.lang.String name,
int port,
int weight,
int priority,
boolean persistent,
byte[] text) |
Construct a service description for registering with JmDNS.
|
static ServiceInfo |
ServiceInfo.create(java.lang.String type,
java.lang.String name,
int port,
int weight,
int priority,
boolean persistent,
java.lang.String text) |
Construct a service description for registering with JmDNS.
|
static ServiceInfo |
ServiceInfo.create(java.lang.String type,
java.lang.String name,
int port,
int weight,
int priority,
boolean persistent,
java.util.Map<java.lang.String,?> props) |
Construct a service description for registering with JmDNS.
|
static ServiceInfo |
ServiceInfo.create(java.lang.String type,
java.lang.String name,
int port,
int weight,
int priority,
byte[] text) |
Construct a service description for registering with JmDNS.
|
static ServiceInfo |
ServiceInfo.create(java.lang.String type,
java.lang.String name,
int port,
int weight,
int priority,
java.lang.String text) |
Construct a service description for registering with JmDNS.
|
static ServiceInfo |
ServiceInfo.create(java.lang.String type,
java.lang.String name,
int port,
int weight,
int priority,
java.util.Map<java.lang.String,?> props) |
Construct a service description for registering with JmDNS.
|
static ServiceInfo |
ServiceInfo.create(java.lang.String type,
java.lang.String name,
int port,
java.lang.String text) |
Construct a service description for registering with JmDNS.
|
static ServiceInfo |
ServiceInfo.create(java.lang.String type,
java.lang.String name,
java.lang.String subtype,
int port,
int weight,
int priority,
boolean persistent,
byte[] text) |
Construct a service description for registering with JmDNS.
|
static ServiceInfo |
ServiceInfo.create(java.lang.String type,
java.lang.String name,
java.lang.String subtype,
int port,
int weight,
int priority,
boolean persistent,
java.lang.String text) |
Construct a service description for registering with JmDNS.
|
static ServiceInfo |
ServiceInfo.create(java.lang.String type,
java.lang.String name,
java.lang.String subtype,
int port,
int weight,
int priority,
boolean persistent,
java.util.Map<java.lang.String,?> props) |
Construct a service description for registering with JmDNS.
|
static ServiceInfo |
ServiceInfo.create(java.lang.String type,
java.lang.String name,
java.lang.String subtype,
int port,
int weight,
int priority,
byte[] text) |
Construct a service description for registering with JmDNS.
|
static ServiceInfo |
ServiceInfo.create(java.lang.String type,
java.lang.String name,
java.lang.String subtype,
int port,
int weight,
int priority,
java.lang.String text) |
Construct a service description for registering with JmDNS.
|
static ServiceInfo |
ServiceInfo.create(java.lang.String type,
java.lang.String name,
java.lang.String subtype,
int port,
int weight,
int priority,
java.util.Map<java.lang.String,?> props) |
Construct a service description for registering with JmDNS.
|
static ServiceInfo |
ServiceInfo.create(java.lang.String type,
java.lang.String name,
java.lang.String subtype,
int port,
java.lang.String text) |
Construct a service description for registering with JmDNS.
|
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.
|
abstract ServiceInfo |
ServiceEvent.getInfo() |
Returns the service info record, or null if the service could not be resolved.
|
abstract ServiceInfo |
JmDNS.getServiceInfo(java.lang.String type,
java.lang.String name) |
Get service information.
|
abstract ServiceInfo |
JmDNS.getServiceInfo(java.lang.String type,
java.lang.String name,
boolean persistent) |
Get service information.
|
abstract ServiceInfo |
JmDNS.getServiceInfo(java.lang.String type,
java.lang.String name,
boolean persistent,
long timeout) |
Get service information.
|
abstract ServiceInfo |
JmDNS.getServiceInfo(java.lang.String type,
java.lang.String name,
long timeout) |
Get service information.
|
ServiceInfo[] |
JmmDNS.getServiceInfos(java.lang.String type,
java.lang.String name) |
Get service information.
|
ServiceInfo[] |
JmmDNS.getServiceInfos(java.lang.String type,
java.lang.String name,
boolean persistent) |
Get service information.
|
ServiceInfo[] |
JmmDNS.getServiceInfos(java.lang.String type,
java.lang.String name,
boolean persistent,
long timeout) |
Get service information.
|
ServiceInfo[] |
JmmDNS.getServiceInfos(java.lang.String type,
java.lang.String name,
long timeout) |
Get service information.
|
abstract ServiceInfo[] |
JmDNS.list(java.lang.String type) |
Returns a list of service infos of the specified type.
|
abstract ServiceInfo[] |
JmDNS.list(java.lang.String type,
long timeout) |
Returns a list of service infos of the specified type.
|
ServiceInfo[] |
JmmDNS.list(java.lang.String type) |
Returns a list of service infos of the specified type.
|
ServiceInfo[] |
JmmDNS.list(java.lang.String type,
long timeout) |
Returns a list of service infos of the specified type.
|