Java android.net.nsd NsdServiceInfo fields, constructors, methods, implement or subclass

Example usage for Java android.net.nsd NsdServiceInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.net.nsd NsdServiceInfo.

The text is from its open source code.

Constructor

Method

InetAddressgetHost()
Get the host address.
intgetPort()
Get port number.
StringgetServiceName()
Get the service name
StringgetServiceType()
Get the service type
voidsetPort(int p)
Set port number
voidsetServiceName(String s)
Set the service name
voidsetServiceType(String s)
Set the service type