public class Dump
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Timer |
_timer |
(package private) boolean |
fixed |
Constructor and Description |
---|
Dump() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
doPut(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
private boolean |
dump(javax.servlet.http.HttpServletResponse response,
java.lang.String data,
java.lang.String chars,
java.lang.String block,
java.lang.String dribble,
boolean flush) |
java.lang.String |
getServletInfo() |
private java.lang.String |
getURI(javax.servlet.http.HttpServletRequest request) |
void |
init(javax.servlet.ServletConfig config) |
private java.lang.String |
notag(java.lang.String s) |
private static java.lang.String |
toString(java.lang.Object o) |
doDelete, doHead, doOptions, doTrace, getLastModified, service, service
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException
public void doPut(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
doPut
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException
public java.lang.String getServletInfo()
getServletInfo
in interface javax.servlet.Servlet
getServletInfo
in class javax.servlet.GenericServlet
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
private java.lang.String getURI(javax.servlet.http.HttpServletRequest request)
private static java.lang.String toString(java.lang.Object o)
private boolean dump(javax.servlet.http.HttpServletResponse response, java.lang.String data, java.lang.String chars, java.lang.String block, java.lang.String dribble, boolean flush) throws java.io.IOException
java.io.IOException
private java.lang.String notag(java.lang.String s)