Example usage for Java android.net.nsd NsdServiceInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
InetAddress | getHost() Get the host address. |
int | getPort() Get port number. |
String | getServiceName() Get the service name |
String | getServiceType() Get the service type |
void | setPort(int p) Set port number |
void | setServiceName(String s) Set the service name |
void | setServiceType(String s) Set the service type |