Interface RequestListener

All Known Implementing Classes:
AbstractCacheManager, GuavaCacheManager

public interface RequestListener
Simple request listener.
  • Method Details

    • requestStarted

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

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