public class HttpNTLMAuthLogicHandler extends AbstractAuthLogicHandler
proxyIoSession, request, step
构造器和说明 |
---|
HttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession)
Build an HttpNTLMAuthLogicHandler
|
限定符和类型 | 方法和说明 |
---|---|
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, writeRequest
public 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
在类中 AbstractAuthLogicHandler
nextFilter
- the next filterProxyAuthException
- If we get an error during the proxy authenticationpublic void handleResponse(HttpProxyResponse response) throws ProxyAuthException
handleResponse
在类中 AbstractAuthLogicHandler
response
- The HTTP response.ProxyAuthException
- If we get an error during the proxy authentication