Class ServerTimeOutServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.eclnt.jsfserver.util.CCServletBase
org.eclnt.jsfserver.monitoring.servertimeout.ServerTimeOutServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, ICCServerConstants

public class ServerTimeOutServlet extends CCServletBase implements ICCServerConstants
Servlet which manages time out requests that can be sent by http-request:

http://server:port/webapp/cctimeout.cctimeout?duration=...
See Also:
  • Constructor Details

    • ServerTimeOutServlet

      public ServerTimeOutServlet()
  • Method Details

    • manageSecuritySettings

      public static void manageSecuritySettings(javax.servlet.ServletContext context, javax.servlet.ServletRegistration.Dynamic reg)
    • doGet

      protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
      Overrides:
      doGet in class javax.servlet.http.HttpServlet
      Throws:
      javax.servlet.ServletException
      IOException
    • doPost

      protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
      Overrides:
      doPost in class javax.servlet.http.HttpServlet
      Throws:
      javax.servlet.ServletException
      IOException