Class AS4StatusServlet

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

    public class AS4StatusServlet
    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.
    See Also:
    Serialized Form
    • Field Summary

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

        LEGACY_DO_HEAD
    • Constructor Summary

      Constructors 
      Constructor Description
      AS4StatusServlet​(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, doPatch, doPost, doPut, doTrace, getLastModified, init, isSensitiveHeader, service, service
      • Methods inherited from class jakarta.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
    • Constructor Detail

      • AS4StatusServlet

        @Inject
        public AS4StatusServlet​(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