Package org.apache.cactus.client.connector.http

Contains the implementation of the HTTP transport for communication of the client-side test runner with the server-side redirectors.

See:
          Description

Interface Summary
ConnectionHelper Helper class to open an HTTP connection to the server redirector and pass to it HTTP parameters, Cookies and HTTP headers.
 

Class Summary
ConnectionHelperFactory Factory that returns the ConnectionHelper specified in Cactus configuration or the default one if none has been specified.
DefaultHttpClient Performs the steps necessary to run a test.
HttpClientConnectionHelper Implementation of ConnectionHelper using Jakarta Commons HttpClient.
HttpUtil Utility methods to manipulate HTTP requests.
JdkConnectionHelper Implementation of ConnectionHelper using the JDK HttpURLConnection class.
 

Package org.apache.cactus.client.connector.http Description

Contains the implementation of the HTTP transport for communication of the client-side test runner with the server-side redirectors.

WARNING
The classes and interfaces in this package are not intended for use by API clients. They may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.



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