Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.internal.client.connector.http » [javadoc | source]
org.apache.cactus.internal.client.connector.http
public class: HttpProtocolState [javadoc | source]
java.lang.Object
   org.apache.cactus.internal.client.connector.http.HttpProtocolState

All Implemented Interfaces:
    ProtocolState

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).
Method from org.apache.cactus.internal.client.connector.http.HttpProtocolState Summary:
getConnection,   setConnection
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.internal.client.connector.http.HttpProtocolState Detail:
 public HttpURLConnection getConnection() 
 public  void setConnection(HttpURLConnection theConnection)