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

/libcore/luni/src/main/java/java/net/
H A DInetAddress.java54 * <p>The {@code getAllByName} method accepts IPv4 addresses in the "decimal-dotted-quad" form only:
60 * <p>The {@code getAllByName} method accepts IPv6 addresses in the following forms (this text
213 public static InetAddress[] getAllByName(String host) throws UnknownHostException { method in class:InetAddress
464 * @hide used by frameworks/base to ensure that a getAllByName won't cause a DNS lookup.
763 * purposes of this API. Most callers probably want {@link #getAllByName} instead.)

Completed in 48 milliseconds