Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

Contains the classes implementing of the client side of Cactus.

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
AutoReadHttpURLConnection Wrapper class for the real HttpURLConnection to the test servlet that reads the complete input stream into an internal buffer on the first call to getInputStream().
DefaultHttpClient Performs the steps necessary to run a test.
HttpClientConnectionHelper Implementation of ConnectionHelper using Jakarta Commons HttpClient.
HttpProtocolHandler Implementation for the HTTP protocol.
HttpProtocolState HTTP-specific state information to be passed to the different org.apache.cactus.spi.client.connector.ProtocolHandler lifecycle methods.
HttpUtil Utility methods to manipulate HTTP requests.
 

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

Contains the classes implementing of the client side of Cactus.