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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java1375 AuthenticationHeader authhdr = new AuthenticationHeader (
1384 resetProxyAuthentication(proxyAuthentication, authhdr);
1395 authhdr.headerParser(), raw)) {
1826 AuthenticationHeader authhdr = new AuthenticationHeader (
1834 resetProxyAuthentication(proxyAuthentication, authhdr);
1846 authhdr.headerParser(), raw)) {
1962 private AuthenticationInfo getHttpProxyAuthentication (AuthenticationHeader authhdr) { argument
1965 String raw = authhdr.raw();
1968 if (host != null && authhdr.isPresent()) {
1969 HeaderParser p = authhdr
2104 getServerAuthentication(AuthenticationHeader authhdr) argument
[all...]

Completed in 51 milliseconds