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

/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DNetworkConfiguration.java34 private Map<NetworkInterface,List<InetAddress>> ip4Interfaces; field in class:NetworkConfiguration
37 private NetworkConfiguration(Map<NetworkInterface,List<InetAddress>> ip4Interfaces, argument
40 this.ip4Interfaces = ip4Interfaces;
44 Iterable<NetworkInterface> ip4Interfaces() { method in class:NetworkConfiguration
45 return ip4Interfaces.keySet();
53 return ip4Interfaces.get(nif);
61 Map<NetworkInterface,List<InetAddress>> ip4Interfaces =
78 List<InetAddress> list = ip4Interfaces.get(nif);
83 ip4Interfaces
[all...]

Completed in 27 milliseconds