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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java264 return getAuth(key, url);
284 AuthenticationInfo cached = getAuth(key, null);
287 cached = getAuth(key, null);
297 static AuthenticationInfo getAuth(String key, URL url) { method in class:AuthenticationInfo

Completed in 155 milliseconds