Class HotsyncServlet

  • All Implemented Interfaces:
    jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, net.anotheria.moskito.core.producers.IStatsProducer

    public class HotsyncServlet
    extends BaseAnoSiteServlet
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String PARAM_ID  
      static String PARAM_TYPE  
      • Fields inherited from class jakarta.servlet.http.HttpServlet

        LEGACY_DO_HEAD
    • Constructor Summary

      Constructors 
      Constructor Description
      HotsyncServlet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void moskitoDoGet​(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res)  
      • Methods inherited from class net.anotheria.moskito.web.MoskitoHttpServlet

        doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getCategory, getLastModified, getMonitoringIntervals, getStats, getSubsystem, init, moskitoDoDelete, moskitoDoHead, moskitoDoOptions, moskitoDoPost, moskitoDoPut, moskitoDoTrace, moskitoGetLastModified, useShortStatList
      • Methods inherited from class jakarta.servlet.http.HttpServlet

        service, service
      • Methods inherited from class jakarta.servlet.GenericServlet

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

      • HotsyncServlet

        public HotsyncServlet()
    • Method Detail

      • moskitoDoGet

        protected void moskitoDoGet​(jakarta.servlet.http.HttpServletRequest req,
                                    jakarta.servlet.http.HttpServletResponse res)
                             throws jakarta.servlet.ServletException,
                                    IOException
        Overrides:
        moskitoDoGet in class net.anotheria.moskito.web.MoskitoHttpServlet
        Throws:
        jakarta.servlet.ServletException
        IOException