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

/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
H A DHttpURLConnection.java318 private boolean tryTransparentNTLMProxy = true; field in class:HttpURLConnection
2030 /* tryTransparentNTLMProxy will always be true the first
2033 if (tryTransparentNTLMProxy) {
2034 tryTransparentNTLMProxy =
2038 if (tryTransparentNTLMProxy) {
2051 if (tryTransparentNTLMProxy ||
2052 (!tryTransparentNTLMProxy && a != null)) {
2057 tryTransparentNTLMProxy = false;

Completed in 53 milliseconds