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

/libcore/ojluni/src/main/java/java/net/
H A DInet6Address.java118 * value, the full form is used. Inet6Address will return the full
132 * <p>In InetAddress and Inet6Address, it is used for internal
167 * question. When an Inet6Address is created in this way, the numeric scope-id
172 * Inet6Address instances returned from the NetworkInterface class. This can be
178 class Inet6Address extends InetAddress { class in inherits:InetAddress
192 new Inet6Address("::", new byte[] {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 0);
195 public static final InetAddress LOOPBACK = new Inet6Address("ip6-localhost",
399 Inet6Address() { method in class:Inet6Address
408 Inet6Address(String hostName, byte addr[], int scope_id) { method in class:Inet6Address
414 Inet6Address(Strin method in class:Inet6Address
421 Inet6Address (String hostName, byte addr[], NetworkInterface nif) method in class:Inet6Address
428 Inet6Address (String hostName, byte addr[], String ifname) method in class:Inet6Address
[all...]

Completed in 73 milliseconds