org.codehaus.wadi.web.impl
Class StandardHttpProxy

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

public class StandardHttpProxy
extends AbstractHttpProxy

HttpProxy implementation based on java.net.HttpURLConnection

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

Field Summary
protected static org.apache.commons.logging.Log _log
           
 
Fields inherited from class org.codehaus.wadi.web.impl.AbstractHttpProxy
_DontProxyHeaders, _sessionPathParamKey, _WADI_IsSecure
 
Constructor Summary
StandardHttpProxy(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
Constructor Detail

StandardHttpProxy

public StandardHttpProxy(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.