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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthenticationHeader.java79 public class AuthenticationHeader { class
92 return "AuthenticationHeader: prefer " + preferred_r;
119 public AuthenticationHeader (String hdrname, MessageHeader response, method in class:AuthenticationHeader
H A DHttpURLConnection.java1268 AuthenticationHeader srvHdr = null;
1370 // AuthenticationHeader, so that NegotiateAuthentication.
1372 // The other 2 appearances of "new AuthenticationHeader" is
1375 AuthenticationHeader authhdr = new AuthenticationHeader (
1447 srvHdr = new AuthenticationHeader (
1708 resetProxyAuthentication(AuthenticationInfo proxyAuthentication, AuthenticationHeader auth) throws IOException {
1826 AuthenticationHeader authhdr = new AuthenticationHeader (
1962 private AuthenticationInfo getHttpProxyAuthentication (AuthenticationHeader authhd
[all...]
/openjdk7/jdk/test/sun/net/www/
H A DHeaderTests.java34 import sun.net.www.protocol.http.AuthenticationHeader;
/openjdk7/jdk/make/sun/net/
H A DFILES_java.gmk92 sun/net/www/protocol/http/AuthenticationHeader.java \

Completed in 48 milliseconds