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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java257 static AuthenticationInfo getServerAuth(URL url) { method in class:AuthenticationInfo
283 static AuthenticationInfo getServerAuth(String key) { method in class:AuthenticationInfo
H A DHttpURLConnection.java563 AuthenticationInfo sauth = AuthenticationInfo.getServerAuth(url);
2133 ret = AuthenticationInfo.getServerAuth(serverAuthKey);

Completed in 885 milliseconds