org.apache.mina.proxy.handlers.http.basic
Class HttpNoAuthLogicHandler
java.lang.Object
org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
org.apache.mina.proxy.handlers.http.basic.HttpNoAuthLogicHandler
public class HttpNoAuthLogicHandler
- extends AbstractAuthLogicHandler
HttpNoAuthLogicHandler.java - HTTP 'no auth' mechanism logic handler.
- Since:
- MINA 2.0.0-M3
- Version:
- $Rev: 685703 $, $Date: 2008-08-14 00:14:47 +0200 (Do, 14 Aug 2008) $
- Author:
- The Apache MINA Project (dev@mina.apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpNoAuthLogicHandler
public HttpNoAuthLogicHandler(ProxyIoSession proxyIoSession)
throws ProxyAuthException
- Throws:
ProxyAuthException
doHandshake
public void doHandshake(IoFilter.NextFilter nextFilter)
throws ProxyAuthException
- Description copied from class:
AbstractAuthLogicHandler
- Called on each step of the handshaking process.
- Specified by:
doHandshake
in class AbstractAuthLogicHandler
- Throws:
ProxyAuthException
handleResponse
public void handleResponse(HttpProxyResponse response)
throws ProxyAuthException
- Description copied from class:
AbstractAuthLogicHandler
- Handles a HTTP response from the proxy server.
- Specified by:
handleResponse
in class AbstractAuthLogicHandler
- Parameters:
response
- The response.
- Throws:
ProxyAuthException
Copyright © 2004-2010 Apache MINA Project. All Rights Reserved.