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(org.osgi.service.component.ComponentContext componentContext) |
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, service
public static final String PARAM_SPLIT_REGEX
protected final void activate(org.apache.felix.hc.core.impl.servlet.HealthCheckExecutorServletConfiguration configuration)
public void deactivate(org.osgi.service.component.ComponentContext componentContext)
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String pathTokensStr, String format) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.