Class StatusServlet

  • All Implemented Interfaces:
    jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

    public class StatusServlet
    extends jakarta.servlet.http.HttpServlet
    Servlet 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
    • Field Summary

      • Fields inherited from class jakarta.servlet.http.HttpServlet

        LEGACY_DO_HEAD
    • 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 void doGet​(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
      • Methods inherited from class jakarta.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
    • 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:
        doGet in class jakarta.servlet.http.HttpServlet
        Throws:
        IOException