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, writeRequestpublic HttpDigestAuthLogicHandler(ProxyIoSession proxyIoSession) throws ProxyAuthException
public void doHandshake(IoFilter.NextFilter nextFilter) throws ProxyAuthException
AbstractAuthLogicHandlerdoHandshake 在类中 AbstractAuthLogicHandlernextFilter - the next filterProxyAuthException - If we get an error during the proxy authenticationpublic void handleResponse(HttpProxyResponse response) throws ProxyAuthException
AbstractAuthLogicHandlerhandleResponse 在类中 AbstractAuthLogicHandlerresponse - The HTTP response.ProxyAuthException - If we get an error during the proxy authentication