org.apache.cactus.client
class AbstractHttpClient

java.lang.Object
  |
  +--org.apache.cactus.client.AbstractHttpClient
Direct Known Subclasses:
FilterHttpClient, JspHttpClient, ServletHttpClient
Known Advisors:
LogAspect

public abstract class AbstractHttpClient
extends java.lang.Object

Abstract class for performing the steps necessary to run a test. It involves opening a first HTTP connection to a server redirector, reading the output stream and then opening a second HTTP connection to retrieve the test result.

Version:
$Id: AbstractHttpClient.html,v 1.1 2003/04/14 12:27:23 sinisa Exp $
Author:
Vincent Massol , Jason Robertson

Constructor Summary
AbstractHttpClient()
           
 
Method Summary
 HttpURLConnection doTest(WebRequest theRequest)
           Affected by: LogAspect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractHttpClient

public AbstractHttpClient()
Method Detail

doTest

public HttpURLConnection doTest(WebRequest theRequest)
                         throws java.lang.Throwable
Affected by:
around() in LogAspect.


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.