org.codehaus.wadi.impl
Class StandardHttpProxy

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

public class StandardHttpProxy
extends AbstractHttpProxy

HttpProxy implementation based on java.net.HttpURLConnection

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

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

StandardHttpProxy

public StandardHttpProxy(String sessionPathParamKey)
Method Detail

doProxy

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


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