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: HttpProtocolHandler [javadoc | source]
java.lang.Object
   org.apache.cactus.internal.client.connector.http.HttpProtocolHandler

All Implemented Interfaces:
    ProtocolHandler

Implementation for the HTTP protocol. It connects to the redirector proxy using HTTP and passing Cactus information (test case to run, etc) as HTTP GET parameters.
Constructor:
 public HttpProtocolHandler(WebConfiguration theConfiguration) 
    Parameters:
    theConfiguration - configuration data
Method from org.apache.cactus.internal.client.connector.http.HttpProtocolHandler Summary:
afterTest,   createRequest,   createResponseObjectFactory,   runTest
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.internal.client.connector.http.HttpProtocolHandler Detail:
 public  void afterTest(ProtocolState theState) throws IOException 
    {@inheritDoc}
 public Request createRequest() 
    {@inheritDoc}
 public ResponseObjectFactory createResponseObjectFactory(ProtocolState theState) 
    {@inheritDoc}
 public ProtocolState runTest(Test theDelegatedTest,
    Test theWrappedTest,
    Request theRequest) throws Throwable 
    {@inheritDoc}