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

/libcore/luni/src/main/java/java/net/
H A DInetAddress.java48 * families, and should use {@code InetAddress}.
50 * <p>An {@code InetAddress} may have a hostname (accessible via {@code getHostName}), but may not,
51 * depending on how the {@code InetAddress} was created.
120 * InetAddress and by the C library, which meant that DNS TTLs could not be honored correctly.
126 public class InetAddress implements Serializable { class in inherits:Serializable
142 public static final InetAddress UNSPECIFIED = new InetAddress(AF_UNSPEC, null, null);
145 * Constructs an {@code InetAddress}.
149 InetAddress(int family, byte[] ipaddress, String hostName) { method in class:InetAddress
156 * Compares this {@code InetAddress} instanc
[all...]

Completed in 45 milliseconds