org.apache.cactus.client
class ServletHttpClient

java.lang.Object
  |
  +--org.apache.cactus.client.AbstractHttpClient
        |
        +--org.apache.cactus.client.ServletHttpClient

public class ServletHttpClient
extends AbstractHttpClient

Manage the logic for calling the Servlet redirector for executing a test on the server side.

Version:
$Id: ServletHttpClient.java,v 1.2 2002/04/14 15:56:27 vmassol Exp $
Author:
Vincent Massol

Fields inherited from class org.apache.cactus.client.AbstractHttpClient
CONFIG, CONFIG_NAME
 
Constructor Summary
ServletHttpClient()
          Manage the logic for calling the Servlet redirector for executing a test on the server side.
 
Methods inherited from class org.apache.cactus.client.AbstractHttpClient
doTest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletHttpClient

public ServletHttpClient()
Manage the logic for calling the Servlet redirector for executing a test on the server side.


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