org.codehaus.wadi.impl
Class CommonsHttpProxy

java.lang.Object
  extended byorg.codehaus.wadi.impl.AbstractHttpProxy
      extended byorg.codehaus.wadi.impl.CommonsHttpProxy
All Implemented Interfaces:
InvocationProxy, Serializable

public class CommonsHttpProxy
extends AbstractHttpProxy

HttpProxy implementation based on commons-httpclient

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

Field Summary
protected static Log _log
           
protected static Map _methods
           
 
Fields inherited from class org.codehaus.wadi.impl.AbstractHttpProxy
_DontProxyHeaders, _sessionPathParamKey, _WADI_IsSecure
 
Constructor Summary
CommonsHttpProxy(String sessionPathParamKey)
           
 
Method Summary
protected  void doProxy(InetSocketAddress location, WebInvocationContext context)
           
 
Methods inherited from class org.codehaus.wadi.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 Log _log

_methods

protected static final Map _methods
Constructor Detail

CommonsHttpProxy

public CommonsHttpProxy(String sessionPathParamKey)
Method Detail

doProxy

protected void doProxy(InetSocketAddress location,
                       WebInvocationContext context)
                throws ProxyingException
Specified by:
doProxy in class AbstractHttpProxy
Throws:
ProxyingException


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