public class HttpClientConnectionHelper extends java.lang.Object implements ConnectionHelper
ConnectionHelper using Jakarta Commons
HttpClient.| Constructor and Description |
|---|
HttpClientConnectionHelper(java.lang.String theURL) |
| Modifier and Type | Method and Description |
|---|---|
java.net.HttpURLConnection |
connect(WebRequest theRequest,
Configuration theConfiguration)
Connects to the Cactus Redirector using HTTP.
|
public HttpClientConnectionHelper(java.lang.String theURL)
theURL - the URL that will be used for the HTTP connection.public java.net.HttpURLConnection connect(WebRequest theRequest, Configuration theConfiguration) throws java.lang.Throwable
ConnectionHelperconnect in interface ConnectionHelpertheRequest - the request containing all data to pass to the
server redirector.theConfiguration - the Cactus configurationjava.lang.Throwable - if an unexpected error occuredConnectionHelper.connect(WebRequest, Configuration)Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.