public class HealthCheckServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
HealthCheckServlet(HealthStatusChecker healthStatusChecker,
boolean cacheControlEnabled,
String cacheControlValue,
String contentType,
String healthyValue,
String unhealthyValue) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic HealthCheckServlet(HealthStatusChecker healthStatusChecker, boolean cacheControlEnabled, String cacheControlValue, String contentType, String healthyValue, String unhealthyValue)
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws IOException
doGet in class javax.servlet.http.HttpServletIOExceptionCopyright © 2011. All rights reserved.