org.codehaus.wadi
Interface HttpProxy
- All Superinterfaces:
- Serializable
- public interface HttpProxy
- extends Serializable
defines the API used for relocating requests to other nodes..
- Version:
- $Revision: 1139 $
- Author:
- Jules Gosnell
proxy
public void proxy(InetSocketAddress location,
HttpServletRequest req,
HttpServletResponse res)
throws ProxyingException
- Parameters:
location
- - host and port to which to proxy req/resreq
- - the requestres
- - the response
- Throws:
ProxyingException
- TODO
Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.