public class OnlyInternalHealthCheckServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
OnlyInternalHealthCheckServlet(com.codahale.metrics.health.HealthCheckRegistry healthCheckRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
init(javax.servlet.ServletConfig config) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public OnlyInternalHealthCheckServlet(com.codahale.metrics.health.HealthCheckRegistry healthCheckRegistry)
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 destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
doGet
in class javax.servlet.http.HttpServlet