Class SnapshotServlet

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

    public class SnapshotServlet
    extends javax.servlet.http.HttpServlet
    Servlet invoked for /_ah/snapshot requests. Users can override this by providing their own mapping for the _ah_snapshot servlet name.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SnapshotServlet()  
    • Method Summary

      • Methods inherited from class javax.servlet.http.HttpServlet

        service
      • Methods inherited from class javax.servlet.GenericServlet

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

      • SnapshotServlet

        public SnapshotServlet()