public class ProbeServlet
extends HttpServlet
An integrator is required to register this servlet if appropriate.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_URL_PATTERN |
| Constructor and Description |
|---|
ProbeServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDelete(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
doOptions(HttpServletRequest req,
HttpServletResponse resp) |
public static final java.lang.String DEFAULT_URL_PATTERN
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
ServletExceptionjava.io.IOExceptionprotected void doDelete(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
ServletExceptionjava.io.IOExceptionprotected void doOptions(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
ServletExceptionjava.io.IOExceptionCopyright © 2015. All Rights Reserved.