Package network.oxalis.inbound.servlet
Class StatusServlet
- java.lang.Object
-
- jakarta.servlet.GenericServlet
-
- jakarta.servlet.http.HttpServlet
-
- network.oxalis.inbound.servlet.StatusServlet
-
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
public class StatusServlet extends jakarta.servlet.http.HttpServletServlet returning diagnostic information to ease operation, support and debugging. Since this servlet is public accessible, it should NOT contain any sensitive information about it's runtime environment.- Author:
- erlend, thore
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StatusServlet(X509Certificate certificate, com.typesafe.config.Config config, network.oxalis.vefa.peppol.mode.Mode mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp)-
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service, service
-
-
-
-
Constructor Detail
-
StatusServlet
@Inject public StatusServlet(X509Certificate certificate, com.typesafe.config.Config config, network.oxalis.vefa.peppol.mode.Mode mode)
-
-
Method Detail
-
doGet
protected void doGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws IOException- Overrides:
doGetin classjakarta.servlet.http.HttpServlet- Throws:
IOException
-
-