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

/openjdk7/jdk/src/share/classes/java/net/
H A DInetAddress.java862 private static InetAddress[] getCachedAddresses(String hostname) { method in class:InetAddress
1235 InetAddress[] addresses = getCachedAddresses(host);
1366 InetAddress[] addresses = getCachedAddresses(host);

Completed in 2560 milliseconds