public class Servlet extends HttpServlet
Constructor and Description |
---|
Servlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init(ServletConfig config) |
void |
service(HttpServletRequest request,
HttpServletResponse response)
Hack to allow susidns to kick the daemon when the subscription list changes.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public void service(HttpServletRequest request, HttpServletResponse response) throws IOException
service
in class HttpServlet
IOException
public void init(ServletConfig config)
init
in interface Servlet
init
in class GenericServlet
public void destroy()
destroy
in interface Servlet
destroy
in class GenericServlet