Interface RequestListener

    • Method Detail

      • requestStarted

        void requestStarted​(HttpServletRequest req)
        Called at the beginning of the HttpServlet.service() method
        Parameters:
        req - the request being processed
      • requestEnded

        void requestEnded​(HttpServletRequest req)
        Called at the end of the HttpServlet.service() method
        Parameters:
        req - the processed request