public class CollectorServlet extends HttpServlet
CollectorServer) séparé de l'application monitorée.| Constructor and Description |
|---|
CollectorServlet() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addCollectorApplication(String application,
String urls) |
void |
destroy() |
protected void |
doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
doPost(HttpServletRequest req,
HttpServletResponse resp) |
void |
init(ServletConfig config) |
static void |
removeCollectorApplication(String application) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic void init(ServletConfig config) throws ServletException
init in interface Servletinit in class GenericServletServletExceptionprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
doGet in class HttpServletServletExceptionIOExceptionprotected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
doPost in class HttpServletServletExceptionIOExceptionpublic void destroy()
destroy in interface Servletdestroy in class GenericServletpublic static void addCollectorApplication(String application, String urls) throws IOException
IOExceptionpublic static void removeCollectorApplication(String application) throws IOException
IOExceptionCopyright © 2008–2018 Emeric Vernat. All rights reserved.