public class HealthCheckExecutorServlet
extends javax.servlet.http.HttpServlet
Useful in combination with load balancers.
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_SPLIT_REGEX |
| Constructor and Description |
|---|
HealthCheckExecutorServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.apache.felix.hc.core.impl.servlet.HealthCheckExecutorServletConfiguration configuration) |
void |
deactivate() |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String pathTokensStr,
String format) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final String PARAM_SPLIT_REGEX
protected final void activate(org.apache.felix.hc.core.impl.servlet.HealthCheckExecutorServletConfiguration configuration)
public void deactivate()
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String pathTokensStr,
String format)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2013–2021 The Apache Software Foundation. All rights reserved.