Searched defs:InetAddress (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DInetAddress.java57 * InetAddress consists of an IP address and possibly its
127 * <p> The InetAddress class provides methods to resolve host names to
130 * <h4> InetAddress Caching </h4>
132 * The InetAddress class has a cache to store successful as well as
176 * @see java.net.InetAddress#getByAddress(byte[])
177 * @see java.net.InetAddress#getByAddress(java.lang.String, byte[])
178 * @see java.net.InetAddress#getAllByName(java.lang.String)
179 * @see java.net.InetAddress#getByName(java.lang.String)
180 * @see java.net.InetAddress#getLocalHost()
184 class InetAddress implement class in inherits:java.io.Serializable
255 InetAddress() { method in class:InetAddress
[all...]

Completed in 35 milliseconds