| Home >> All >> org >> apache >> cactus >> internal >> client >> connector >> [ http Javadoc ] |
org.apache.cactus.internal.client.connector.http: Javadoc index of package org.apache.cactus.internal.client.connector.http.
Package Samples:
org.apache.cactus.internal.client.connector.http: Contains the classes implementing of the client side of Cactus.
Classes:
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(). This is to ensure that the test servlet is not blocked on i/o when the test caller asks for the results. The wrapper returns the buffered input stream from getInputStream and delegates the rest of the calls. This class is final so we don't have to provide access to protected instance variables and methods of the wrapped connection.
ConnectionHelper: 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).
HttpProtocolState: HTTP-specific state information to be passed to the different org.apache.cactus.spi.client.connector.ProtocolHandler lifecycle methods.
HttpClientConnectionHelper: Implementation of ConnectionHelper using Jakarta Commons HttpClient.
HttpUtil: Utility methods to manipulate HTTP requests.
DefaultHttpClient: Performs the steps necessary to run a test.
HttpProtocolHandler: Implementation for the HTTP protocol.
| Home | Contact Us | Privacy Policy | Terms of Service |