Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.internal.client.connector.http » [javadoc | source]
org.apache.cactus.internal.client.connector.http
public interface: ConnectionHelper [javadoc | source]

All Known Implementing Classes:
    HttpClientConnectionHelper

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).
Method from org.apache.cactus.internal.client.connector.http.ConnectionHelper Summary:
connect
Method from org.apache.cactus.internal.client.connector.http.ConnectionHelper Detail:
 public HttpURLConnection connect(WebRequest theRequest,
    Configuration theConfiguration) throws Throwable
    Connects to the Cactus Redirector using HTTP.