public interface ConnectionHelper
HttpURLConnection
or using Jakarta HttpClient).Modifier and Type | Method and Description |
---|---|
java.net.HttpURLConnection |
connect(WebRequest theRequest,
Configuration theConfiguration)
Connects to the Cactus Redirector using HTTP.
|
java.net.HttpURLConnection connect(WebRequest theRequest, Configuration theConfiguration) throws java.lang.Throwable
theRequest
- the request containing all data to pass to the
server redirector.theConfiguration
- the Cactus configurationjava.lang.Throwable
- if an unexpected error occuredCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.