Class NTLMProxyDetector
- java.lang.Object
- 
- org.eclipse.ecf.provider.filetransfer.httpclient4.NTLMProxyDetector
 
- 
 public class NTLMProxyDetector extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description NTLMProxyDetector()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleandetectNTLMProxy(org.apache.http.protocol.HttpContext context)This method will detect if the request connected to a NTLM proxy given the HttpContext provided to one of the HttpClient#execute() methods.static booleandetectSPNEGOProxy(org.apache.http.protocol.HttpContext context)This method will detect if the request connected to a SPNEGO proxy given the HttpContext provided to one of the HttpClient#execute() methods.
 
- 
- 
- 
Method Detail- 
detectNTLMProxypublic static boolean detectNTLMProxy(org.apache.http.protocol.HttpContext context) This method will detect if the request connected to a NTLM proxy given the HttpContext provided to one of the HttpClient#execute() methods.- Parameters:
- context- the HttpContext given to the HttpClient at execution time
- Returns:
- true if it connected to an NTLM proxy
- Since:
- 5.0
 
 - 
detectSPNEGOProxypublic static boolean detectSPNEGOProxy(org.apache.http.protocol.HttpContext context) This method will detect if the request connected to a SPNEGO proxy given the HttpContext provided to one of the HttpClient#execute() methods.- Parameters:
- context- the HttpContext given to the HttpClient at execution time
- Returns:
- true if it connected to an SPNEGO proxy
- Since:
- 5.0
 
 
- 
 
-