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

/libcore/ojluni/src/main/java/java/net/
H A DInet6Address.java414 * InetAddress#getByAddress(String,byte[])} except that the IPv6 scope_id is
432 public static Inet6Address getByAddress(String host, byte[] addr, method in class:Inet6Address
451 * InetAddress#getByAddress(String,byte[])} except that the IPv6 scope_id is
465 public static Inet6Address getByAddress(String host, byte[] addr, method in class:Inet6Address
H A DInetAddress.java175 * @see java.net.InetAddress#getByAddress(byte[])
176 * @see java.net.InetAddress#getByAddress(java.lang.String, byte[])
684 public static InetAddress getByAddress(String host, byte[] addr) throws UnknownHostException { method in class:InetAddress
685 return getByAddress(host, addr, -1 /* scopeId */);
689 private static InetAddress getByAddress(String host, byte[] addr, int scopeId) method in class:InetAddress
821 public static InetAddress getByAddress(byte[] addr) method in class:InetAddress
823 return getByAddress(null, addr);

Completed in 81 milliseconds