File
Doc
Category
Size
Date
Package
Network.java
API Doc
Android 5.1 API
1390
Sat Mar 14 14:09:40 GMT 2015
android.net
Network
java.lang.Object
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 void
bindSocket
(
java.net.DatagramSocket
socket)
throw new RuntimeException("Stub!");
public void
bindSocket
(
java.net.Socket
socket)
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
obj)
throw new RuntimeException("Stub!");
public
java.net.InetAddress
[]
getAllByName
(
java.lang.String
host)
throw new RuntimeException("Stub!");
public
java.net.InetAddress
getByName
(
java.lang.String
host)
throw new RuntimeException("Stub!");
public
javax.net.SocketFactory
getSocketFactory
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public
java.net.URLConnection
openConnection
(
java.net.URL
url)
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source