org.codehaus.wadi.web.impl
Class CommonsHttpProxy

java.lang.Object
  extended by org.codehaus.wadi.web.impl.AbstractHttpProxy
      extended by org.codehaus.wadi.web.impl.CommonsHttpProxy
All Implemented Interfaces:
java.io.Serializable, InvocationProxy

public class CommonsHttpProxy
extends AbstractHttpProxy

HttpProxy implementation based on commons-httpclient

Version:
$Revision: 1737 $
Author:
Jules Gosnell, Greg Wilkins
See Also:
Serialized Form

Field Summary
protected static org.apache.commons.logging.Log _log
           
protected static java.util.Map _methods
           
 
Fields inherited from class org.codehaus.wadi.web.impl.AbstractHttpProxy
_DontProxyHeaders, _sessionPathParamKey, _WADI_IsSecure
 
Constructor Summary
CommonsHttpProxy(java.lang.String sessionPathParamKey)
           
 
Method Summary
protected  void doProxy(java.net.URI uri, WebInvocation context)
           
 
Methods inherited from class org.codehaus.wadi.web.impl.AbstractHttpProxy
copy, getRequestURI, proxy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_log

protected static final org.apache.commons.logging.Log _log

_methods

protected static final java.util.Map _methods
Constructor Detail

CommonsHttpProxy

public CommonsHttpProxy(java.lang.String sessionPathParamKey)
Method Detail

doProxy

protected void doProxy(java.net.URI uri,
                       WebInvocation context)
                throws ProxyingException
Specified by:
doProxy in class AbstractHttpProxy
Throws:
ProxyingException


Copyright © 2010. All Rights Reserved.