public class HttpNTLMAuthLogicHandler extends AbstractAuthLogicHandler
proxyIoSession, request, step| Constructor | Description |
|---|---|
HttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession) |
Build an HttpNTLMAuthLogicHandler
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
doHandshake(IoFilter.NextFilter nextFilter) |
Method called at each step of the handshaking process.
|
void |
handleResponse(HttpProxyResponse response) |
Handles a HTTP response from the proxy server.
|
addKeepAliveHeaders, writeRequestpublic HttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession) throws ProxyAuthException
proxyIoSession - The original sessionProxyAuthException - If we get an error during the proxy authenticationpublic void doHandshake(IoFilter.NextFilter nextFilter) throws ProxyAuthException
doHandshake in class AbstractAuthLogicHandlernextFilter - the next filterProxyAuthException - If we get an error during the proxy authenticationpublic void handleResponse(HttpProxyResponse response) throws ProxyAuthException
handleResponse in class AbstractAuthLogicHandlerresponse - The HTTP response.ProxyAuthException - If we get an error during the proxy authenticationCopyright © 2004–2018 Apache MINA Project. All rights reserved.