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.checkRequiredProperties(String... propNames)
          Check if the given property(ies) is(are) set.
abstract  void AbstractAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
          Method called at each step of the handshaking process.
 void HttpSmartProxyHandler.doHandshake(IoFilter.NextFilter nextFilter)
          Performs the handshake processing.
static AbstractAuthLogicHandler HttpAuthenticationMethods.getNewHandler(int method, ProxyIoSession proxyIoSession)
          Creates an AbstractAuthLogicHandler to handle the authentication mechanism.
 AbstractAuthLogicHandler HttpAuthenticationMethods.getNewHandler(ProxyIoSession proxyIoSession)
          Creates an AbstractAuthLogicHandler to handle the authentication mechanism.
abstract  void AbstractAuthLogicHandler.handleResponse(HttpProxyResponse response)
          Handles a HTTP response from the proxy server.
 void HttpSmartProxyHandler.handleResponse(HttpProxyResponse response)
          Handle a HTTP response from the proxy server.
abstract  void AbstractHttpLogicHandler.handleResponse(HttpProxyResponse response)
          Handles a HTTP response from the proxy server.
 void AbstractHttpLogicHandler.messageReceived(IoFilter.NextFilter nextFilter, IoBuffer buf)
          Handles incoming data during the handshake process.
protected  void AbstractAuthLogicHandler.writeRequest(IoFilter.NextFilter nextFilter, HttpProxyRequest request)
          Sends an HTTP request.
 

Constructors in org.apache.mina.proxy.handlers.http that throw ProxyAuthException
AbstractAuthLogicHandler(ProxyIoSession proxyIoSession)
          Instantiates a handler for the given proxy session.
 

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)
          Method called at each step of the handshaking process.
 void HttpBasicAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
          Method called at each step of the handshaking process.
 void HttpNoAuthLogicHandler.handleResponse(HttpProxyResponse response)
          Handles a HTTP response from the proxy server.
 void HttpBasicAuthLogicHandler.handleResponse(HttpProxyResponse response)
          Handles a HTTP response from the proxy server.
 

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)
          Method called at each step of the handshaking process.
 void HttpNTLMAuthLogicHandler.handleResponse(HttpProxyResponse response)
          Handles a HTTP response from the proxy server.
 

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



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