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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java1267 AuthenticationInfo proxyAuthentication = null;
1363 proxyAuthentication = null;
1383 proxyAuthentication =
1384 resetProxyAuthentication(proxyAuthentication, authhdr);
1385 if (proxyAuthentication != null) {
1394 if (!proxyAuthentication.setHeaders(this,
1417 if (proxyAuthentication != null) {
1419 proxyAuthentication.addToCache();
1708 resetProxyAuthentication(AuthenticationInfo proxyAuthentication, AuthenticationHeader auth) throws IOException { argument
1709 if ((proxyAuthentication !
[all...]

Completed in 33 milliseconds