Home | History | Annotate | Download | only in net

Lines Matching defs:getByAddress

175  * @see     java.net.InetAddress#getByAddress(byte[])
176 * @see java.net.InetAddress#getByAddress(java.lang.String, byte[])
1047 public static InetAddress getByAddress(String host, byte[] addr) throws UnknownHostException {
1048 return getByAddress(host, addr, -1 /* scopeId */);
1053 private static InetAddress getByAddress(String host, byte[] addr, int scopeId)
1402 public static InetAddress getByAddress(byte[] addr)
1404 return getByAddress(null, addr);