public class HttpDigestAuthLogicHandler extends AbstractAuthLogicHandler
proxyIoSession, request, step
Constructor and Description |
---|
HttpDigestAuthLogicHandler(ProxyIoSession proxyIoSession) |
Modifier and Type | Method and 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, writeRequest
public HttpDigestAuthLogicHandler(ProxyIoSession proxyIoSession) throws ProxyAuthException
ProxyAuthException
public void doHandshake(IoFilter.NextFilter nextFilter) throws ProxyAuthException
AbstractAuthLogicHandler
doHandshake
in class AbstractAuthLogicHandler
nextFilter
- the next filterProxyAuthException
- If we get an error during the proxy authenticationpublic void handleResponse(HttpProxyResponse response) throws ProxyAuthException
AbstractAuthLogicHandler
handleResponse
in class AbstractAuthLogicHandler
response
- The HTTP response.ProxyAuthException
- If we get an error during the proxy authenticationCopyright © 2004–2016 Apache MINA Project. All rights reserved.