Searched refs:getScopedInterface (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/net/Inet6Address/
H A DB4923906.java27 * @summary Inet6Address.getScopedInterface() returns a String instead of a NetworkInterface
45 Object o = ia6.getScopedInterface();
/openjdk7/jdk/test/java/net/ipv6tests/
H A DScopeTests.java57 if (!addr.getScopedInterface().getName().equals (str)) {
113 String s = ia6.getScopedInterface().getName();
124 String s = ia6.getScopedInterface().getName();
/openjdk7/jdk/src/share/classes/java/net/
H A DInet6Address.java630 public NetworkInterface getScopedInterface () { method in class:Inet6Address

Completed in 24 milliseconds