FileDocCategorySizeDatePackage
NsdServiceInfo.javaAPI DocAndroid 5.1 API1486Sat Mar 14 14:09:38 GMT 2015android.net.nsd

NsdServiceInfo

public final class NsdServiceInfo extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public NsdServiceInfo()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public java.util.MapgetAttributes()

 throw new RuntimeException("Stub!"); 
public java.net.InetAddressgetHost()

 throw new RuntimeException("Stub!"); 
public intgetPort()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetServiceName()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetServiceType()

 throw new RuntimeException("Stub!"); 
public voidremoveAttribute(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public voidsetAttribute(java.lang.String key, java.lang.String value)

 throw new RuntimeException("Stub!"); 
public voidsetHost(java.net.InetAddress s)

 throw new RuntimeException("Stub!"); 
public voidsetPort(int p)

 throw new RuntimeException("Stub!"); 
public voidsetServiceName(java.lang.String s)

 throw new RuntimeException("Stub!"); 
public voidsetServiceType(java.lang.String s)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");