Uses of Class
org.apache.mina.proxy.ProxyAuthException

Packages that use ProxyAuthException
org.apache.mina.proxy   
org.apache.mina.proxy.filter   
org.apache.mina.proxy.handlers.http   
org.apache.mina.proxy.handlers.http.basic   
org.apache.mina.proxy.handlers.http.digest   
org.apache.mina.proxy.handlers.http.ntlm   
 

Uses of ProxyAuthException in org.apache.mina.proxy
 

Methods in org.apache.mina.proxy that throw ProxyAuthException
 void ProxyLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
          Called at each step of the handshake procedure.
 void ProxyLogicHandler.messageReceived(IoFilter.NextFilter nextFilter, IoBuffer buf)
          Handle incoming data during the handshake process.
 

Uses of ProxyAuthException in org.apache.mina.proxy.filter
 

Methods in org.apache.mina.proxy.filter that throw ProxyAuthException
 void ProxyFilter.messageReceived(IoFilter.NextFilter nextFilter, IoSession session, Object message)
          Receives data from the remote host, passes to the handler if a handshake is in progress, otherwise passes on transparently.
 

Uses of ProxyAuthException in org.apache.mina.proxy.handlers.http
 

Methods in org.apache.mina.proxy.handlers.http that throw ProxyAuthException
 void HttpProxyRequest.checkRequiredProperty(String propertyName)
          Check if the property is set otherwise throw aProxyAuthException.
abstract  void AbstractAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
          Called on each step of the handshaking process.
 void HttpSmartProxyHandler.doHandshake(IoFilter.NextFilter nextFilter)
          Perform any handshaking processing.
 AbstractAuthLogicHandler HttpAuthenticationMethods.getNewHandler(ProxyIoSession proxyIoSession)
          Creates an AbstractAuthLogicHandler to handle this authentication mechanism.
abstract  void AbstractAuthLogicHandler.handleResponse(HttpProxyResponse response)
          Handles a HTTP response from the proxy server.
abstract  void AbstractHttpLogicHandler.handleResponse(HttpProxyResponse response)
          Handle a HTTP response from the proxy server.
 void HttpSmartProxyHandler.handleResponse(HttpProxyResponse response)
          Handle a HTTP response from the proxy server.
 void AbstractHttpLogicHandler.messageReceived(IoFilter.NextFilter nextFilter, IoBuffer buf)
          Handle incoming data during the handshake process.
protected  void AbstractAuthLogicHandler.writeRequest(IoFilter.NextFilter nextFilter, HttpProxyRequest request)
           
 void AbstractHttpLogicHandler.writeRequest(IoFilter.NextFilter nextFilter, HttpProxyRequest request)
          Calls#writeRequest0(NextFilter, HttpProxyRequest) to write the request.
 

Constructors in org.apache.mina.proxy.handlers.http that throw ProxyAuthException
AbstractAuthLogicHandler(ProxyIoSession proxyIoSession)
           
 

Uses of ProxyAuthException in org.apache.mina.proxy.handlers.http.basic
 

Methods in org.apache.mina.proxy.handlers.http.basic that throw ProxyAuthException
 void HttpNoAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
           
 void HttpBasicAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
           
 void HttpNoAuthLogicHandler.handleResponse(HttpProxyResponse response)
           
 void HttpBasicAuthLogicHandler.handleResponse(HttpProxyResponse response)
           
 

Constructors in org.apache.mina.proxy.handlers.http.basic that throw ProxyAuthException
HttpBasicAuthLogicHandler(ProxyIoSession proxyIoSession)
           
HttpNoAuthLogicHandler(ProxyIoSession proxyIoSession)
           
 

Uses of ProxyAuthException in org.apache.mina.proxy.handlers.http.digest
 

Methods in org.apache.mina.proxy.handlers.http.digest that throw ProxyAuthException
 void HttpDigestAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
           
 void HttpDigestAuthLogicHandler.handleResponse(HttpProxyResponse response)
           
 

Constructors in org.apache.mina.proxy.handlers.http.digest that throw ProxyAuthException
HttpDigestAuthLogicHandler(ProxyIoSession proxyIoSession)
           
 

Uses of ProxyAuthException in org.apache.mina.proxy.handlers.http.ntlm
 

Methods in org.apache.mina.proxy.handlers.http.ntlm that throw ProxyAuthException
 void HttpNTLMAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
           
 void HttpNTLMAuthLogicHandler.handleResponse(HttpProxyResponse response)
           
 

Constructors in org.apache.mina.proxy.handlers.http.ntlm that throw ProxyAuthException
HttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession)
           
 



Copyright © 2004-2010 Apache MINA Project. All Rights Reserved.