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.4 2002/07/21 12:09:16 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
ServletHttpClient()
           
 
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()


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