FileDocCategorySizeDatePackage
Network.javaAPI DocAndroid 5.1 API1390Sat Mar 14 14:09:40 GMT 2015android.net

Network

public class Network extends Object implements android.os.Parcelable

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

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidbindSocket(java.net.DatagramSocket socket)

 throw new RuntimeException("Stub!"); 
public voidbindSocket(java.net.Socket socket)

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

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public java.net.InetAddress[]getAllByName(java.lang.String host)

 throw new RuntimeException("Stub!"); 
public java.net.InetAddressgetByName(java.lang.String host)

 throw new RuntimeException("Stub!"); 
public javax.net.SocketFactorygetSocketFactory()

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

 throw new RuntimeException("Stub!"); 
public java.net.URLConnectionopenConnection(java.net.URL url)

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

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

 throw new RuntimeException("Stub!");