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.html,v 1.1 2003/04/14 12:27:23 sinisa Exp $
- Author:
- Vincent Massol
ConnectionHelper
public ConnectionHelper()
connect
public HttpURLConnection connect(WebRequest theRequest)
throws java.lang.Throwable
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.