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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java317 private boolean tryTransparentNTLMProxy = true; field in class:HttpURLConnection
2029 /* tryTransparentNTLMProxy will always be true the first
2032 if (tryTransparentNTLMProxy) {
2033 tryTransparentNTLMProxy =
2037 if (tryTransparentNTLMProxy) {
2050 if (tryTransparentNTLMProxy ||
2051 (!tryTransparentNTLMProxy && a != null)) {
2056 tryTransparentNTLMProxy = false;

Completed in 39 milliseconds