org.apache.cactus.client
Interface ConnectionHelper

All Known Implementing Classes:
AbstractConnectionHelper

public interface ConnectionHelper

Helper class to open an HTTP connection to the server redirector and pass to it HTTP parameters, Cookies and HTTP headers. It enables different possible implementations of an HTTP connection (ex: using the JDK HttpURLConnection or using Jakarta HttpClient).

Version:
$Id: ConnectionHelper.java,v 1.2 2002/07/23 22:35:36 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
ConnectionHelper()
           
 
Method Summary
abstract  HttpURLConnection connect(WebRequest theRequest)
           
 

Constructor Detail

ConnectionHelper

public ConnectionHelper()
Method Detail

connect

public HttpURLConnection connect(WebRequest theRequest)
                          throws java.lang.Throwable


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.