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

/openjdk7/jdk/src/share/classes/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.java182 * @see java.net.InetAddress#getByAddress(byte[])
183 * @see java.net.InetAddress#getByAddress(java.lang.String, byte[])
987 public static InetAddress getByAddress(String host, byte[] addr) method in class:InetAddress
1400 public static InetAddress getByAddress(byte[] addr) method in class:InetAddress
1402 return getByAddress(null, addr);

Completed in 50 milliseconds