| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ecf.provider.filetransfer.httpclient4.NTLMProxyDetector
public class NTLMProxyDetector
| Constructor Summary | |
|---|---|
NTLMProxyDetector()
 | 
|
| Method Summary | |
|---|---|
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. | 
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. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public NTLMProxyDetector()
| Method Detail | 
|---|
public static boolean detectNTLMProxy(org.apache.http.protocol.HttpContext context)
HttpContext provided to one of the HttpClient#execute()
 methods.
context - the HttpContext given to the HttpClient at execution time
public static boolean detectSPNEGOProxy(org.apache.http.protocol.HttpContext context)
HttpContext provided to one of the HttpClient#execute()
 methods.
context - the HttpContext given to the HttpClient at execution time
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||