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

Method Summary
 void proxy(InetSocketAddress location, HttpServletRequest req, HttpServletResponse res)
           
 

Method Detail

proxy

public void proxy(InetSocketAddress location,
                  HttpServletRequest req,
                  HttpServletResponse res)
           throws ProxyingException
Parameters:
location - - host and port to which to proxy req/res
req - - the request
res - - the response
Throws:
ProxyingException - TODO


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