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

NsdServiceInfo.java

package android.net.nsd;
public final class NsdServiceInfo
  implements android.os.Parcelable
{
public  NsdServiceInfo() { throw new RuntimeException("Stub!"); }
public  java.lang.String getServiceName() { throw new RuntimeException("Stub!"); }
public  void setServiceName(java.lang.String s) { throw new RuntimeException("Stub!"); }
public  java.lang.String getServiceType() { throw new RuntimeException("Stub!"); }
public  void setServiceType(java.lang.String s) { throw new RuntimeException("Stub!"); }
public  java.net.InetAddress getHost() { throw new RuntimeException("Stub!"); }
public  void setHost(java.net.InetAddress s) { throw new RuntimeException("Stub!"); }
public  int getPort() { throw new RuntimeException("Stub!"); }
public  void setPort(int p) { throw new RuntimeException("Stub!"); }
public  void setAttribute(java.lang.String key, java.lang.String value) { throw new RuntimeException("Stub!"); }
public  void removeAttribute(java.lang.String key) { throw new RuntimeException("Stub!"); }
public  java.util.Map<java.lang.String, byte[]> getAttributes() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.net.nsd.NsdServiceInfo> CREATOR;
static { CREATOR = null; }
}