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

/libcore/luni/src/main/java/java/net/
H A DInet6Address.java31 public final class Inet6Address extends InetAddress { class in inherits:InetAddress
39 new Inet6Address(new byte[] {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, null, 0);
45 new Inet6Address(new byte[] {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 },
65 Inet6Address(byte[] ipaddress, String hostName, int scope_id) { method in class:Inet6Address
81 * @return the Inet6Address instance representing the IP address.
85 public static Inet6Address getByAddress(String host, byte[] addr, int scope_id)
94 return new Inet6Address(addr, host, scope_id);
109 * @return the Inet6Address instance representing the IP address.
115 public static Inet6Address getByAddress(String host, byte[] addr,
118 Inet6Address addres
[all...]

Completed in 95 milliseconds