public class DefaultNTLMProxyHandler extends java.lang.Object implements INTLMProxyHandler
| Constructor and Description |
|---|
DefaultNTLMProxyHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowNTLMAuthentication(java.util.Map<?,?> connectOptions) |
void |
handleNTLMProxy(Proxy proxy,
int code) |
void |
handleSPNEGOProxy(Proxy proxy,
int code) |
static void |
resetSeenNTLM() |
static boolean |
seenNTLM() |
static void |
setSeenNTLM() |
public static boolean seenNTLM()
public static void setSeenNTLM()
public static void resetSeenNTLM()
public boolean allowNTLMAuthentication(java.util.Map<?,?> connectOptions)
allowNTLMAuthentication in interface INTLMProxyHandlerpublic void handleNTLMProxy(Proxy proxy,
int code)
throws IncomingFileTransferException
handleNTLMProxy in interface INTLMProxyHandlerIncomingFileTransferExceptionpublic void handleSPNEGOProxy(Proxy proxy,
int code)
throws BrowseFileTransferException
handleSPNEGOProxy in interface INTLMProxyHandlerBrowseFileTransferException