| HTTP-specific state information to be passed to the different
org.apache.cactus.spi.client.connector.ProtocolHandler lifecycle
methods. More specifically, we need to pass around the HTTP connection
object as it is created in the lifecycle method that runs the test
and the it is required in the lifecycle methods that create the
response factory instance and that clean up the test (the HTTP connection
is closed if need be).
version: $Id: HttpProtocolState.java 238991 2004-05-22 11:34:50Z vmassol $ |