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