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

/libcore/ojluni/src/main/java/java/net/
H A DInet6Address.java251 * Create an Inet6Address in the exact manner of {@link InetAddress#getByAddress(String,byte[])}
269 public static Inet6Address getByAddress(String host, byte[] addr, NetworkInterface nif) method in class:Inet6Address
285 * Create an Inet6Address in the exact manner of {@link InetAddress#getByAddress(String,byte[])}
300 public static Inet6Address getByAddress(String host, byte[] addr, int scope_id) method in class:Inet6Address
H A DInetAddress.java176 * @see java.net.InetAddress#getByAddress(byte[])
177 * @see java.net.InetAddress#getByAddress(java.lang.String, byte[])
649 public static InetAddress getByAddress(String host, byte[] addr) throws UnknownHostException { method in class:InetAddress
650 return getByAddress(host, addr, -1 /* scopeId */);
654 private static InetAddress getByAddress(String host, byte[] addr, int scopeId) method in class:InetAddress
786 public static InetAddress getByAddress(byte[] addr) method in class:InetAddress
788 return getByAddress(null, addr);

Completed in 114 milliseconds