Quadcap Embeddable Server

com.quadcap.http.server22.AdminServlet Class Reference

Inheritance diagram for com.quadcap.http.server22.AdminServlet:

HttpServlet List of all members.

Detailed Description

This class implements a simple administration servlet.

Author:
Stan Bailes

Definition at line 53 of file AdminServlet.java.

Public Member Functions

void init (ServletConfig config) throws ServletException
 Initialize this servlet.


Protected Member Functions

void service (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
 Handle an incoming request.


Member Function Documentation

void com.quadcap.http.server22.AdminServlet.init ServletConfig  config  )  throws ServletException
 

Initialize this servlet.

Parameters:
config the servlet configuration object, containing my initialization parameters
Exceptions:
ServletException if I can't initialize for some reason.

Definition at line 62 of file AdminServlet.java.

References com.quadcap.http.server22.AdminServlet.init().

Referenced by com.quadcap.http.server22.AdminServlet.init().

void com.quadcap.http.server22.AdminServlet.service HttpServletRequest  req,
HttpServletResponse  res
throws ServletException, IOException [protected]
 

Handle an incoming request.

Parameters:
req HttpServletRequest that encapsulates the request to the servlet
res HttpServletResponse that encapsulates the response from the servlet
Exceptions:
IOException if detected when handling the request
ServletException if the request could not be handled

Definition at line 77 of file AdminServlet.java.

References com.quadcap.http.server22.AdminServlet.service().

Referenced by com.quadcap.http.server22.AdminServlet.service().