public static class ServiceDiscovery.SDAnswer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
address
Numeric IPv4 or IPv6 address of the host, or null if only the domain name is known.
|
java.lang.String |
hostname
Fully qualified domain name of host providing the service, or null if not known.
|
java.lang.String |
name
Registered name of this particular service instance.
|
int |
port
Numeric TCP or UDP port number of the service (zero if not known).
|
ServiceDiscovery.Protocol |
protocol
Internet protocol type to use to reach this service, or null if not known.
|
java.lang.String |
serviceType
Original service type request.
|
Constructor and Description |
---|
SDAnswer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string representation of the object.
|
public java.lang.String serviceType
public ServiceDiscovery.Protocol protocol
public java.lang.String name
public java.lang.String hostname
public java.lang.String address
public int port