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