Uses of Class
org.codehaus.wadi.ProxyingException

Packages that use ProxyingException
org.codehaus.wadi   
org.codehaus.wadi.impl   
 

Uses of ProxyingException in org.codehaus.wadi
 

Subclasses of ProxyingException in org.codehaus.wadi
 class IrrecoverableException
          Indicates an exceptional case which is not recoverable.
 class RecoverableException
          Indicates an exceptional case which is recoverable.
 

Methods in org.codehaus.wadi that throw ProxyingException
 void Location.proxy(InvocationContext invocationContext)
           
 void InvocationProxy.proxy(ProxiedLocation location, InvocationContext invocationContext)
           
 void HttpProxy.proxy(InetSocketAddress location, HttpServletRequest req, HttpServletResponse res)
           
 

Uses of ProxyingException in org.codehaus.wadi.impl
 

Methods in org.codehaus.wadi.impl that throw ProxyingException
 void HttpProxyLocation.proxy(InvocationContext invocationContext)
           
 void AbstractHttpProxy.proxy(ProxiedLocation location, InvocationContext invocationContext)
           
protected abstract  void AbstractHttpProxy.doProxy(InetSocketAddress address, WebInvocationContext context)
           
protected  void CommonsHttpProxy.doProxy(InetSocketAddress location, WebInvocationContext context)
           
protected  void StandardHttpProxy.doProxy(InetSocketAddress location, WebInvocationContext context)
           
 



Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.