public class StatsServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StatsServlet.RenderableMessage  | 
| Constructor and Description | 
|---|
StatsServlet(StatsPlugin statsPlugin)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
doGet(javax.servlet.http.HttpServletRequest req,
     javax.servlet.http.HttpServletResponse resp)  | 
protected static List<String> | 
escapeStringArray(List<String> input)  | 
void | 
writeStats(Writer w)  | 
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic StatsServlet(StatsPlugin statsPlugin) throws javax.servlet.UnavailableException
javax.servlet.UnavailableExceptionprotected void doGet(javax.servlet.http.HttpServletRequest req,
                     javax.servlet.http.HttpServletResponse resp)
              throws javax.servlet.ServletException,
                     IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void writeStats(Writer w) throws IOException
IOExceptionCopyright © 2009–2019 The Apache Software Foundation. All rights reserved.