All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.apache.jserv.test.GodotServlet

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----org.apache.jserv.test.GodotServlet

public class GodotServlet
extends HttpServlet
This servlet tests the timeout feature of the JServServletManager.

Version:
$Revision: 1.2 $ $Date: 1998/02/12 00:33:16 $
Author:
Francis J. Lacoste

Constructor Index

 o GodotServlet()

Method Index

 o destroy()
Don't call this unless you know what you are doing.
 o doGet(HttpServletRequest, HttpServletResponse)
Waiting for Godot...

Constructors

 o GodotServlet
 public GodotServlet()

Methods

 o doGet
 public synchronized void doGet(HttpServletRequest req,
                                HttpServletResponse res)
Waiting for Godot...

Overrides:
doGet in class HttpServlet
 o destroy
 public synchronized void destroy()
Don't call this unless you know what you are doing.

Overrides:
destroy in class GenericServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index