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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java313 private boolean doingNTLMp2ndStage = false; /* doing the 2nd stage of an NTLM proxy authentication */ field in class:HttpURLConnection
1362 doingNTLMp2ndStage = false;
1382 if (!doingNTLMp2ndStage) {
1406 doingNTLMp2ndStage = false;
1411 doingNTLMp2ndStage = false;
1541 doingNTLMp2ndStage = false;
1819 doingNTLMp2ndStage = false;
1832 if (!doingNTLMp2ndStage) {
1851 doingNTLMp2ndStage = false;
1979 doingNTLMp2ndStage
[all...]

Completed in 37 milliseconds