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
-
GodotServlet()
-
-
destroy()
- Don't call this unless you know what you are doing.
-
doGet(HttpServletRequest, HttpServletResponse)
- Waiting for Godot...
GodotServlet
public GodotServlet()
doGet
public synchronized void doGet(HttpServletRequest req,
HttpServletResponse res)
- Waiting for Godot...
- Overrides:
- doGet in class HttpServlet
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