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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java326 String serverAuthKey, proxyAuthKey; field in class:HttpURLConnection
1654 if (proxyAuthKey != null) {
1655 AuthenticationInfo.endAuthRequest(proxyAuthKey);
1878 if (proxyAuthKey != null) {
1879 AuthenticationInfo.endAuthRequest(proxyAuthKey);
1990 proxyAuthKey = AuthenticationInfo.getProxyAuthKey(host, port, realm, authScheme);
1991 ret = AuthenticationInfo.getProxyAuth(proxyAuthKey);

Completed in 258 milliseconds