Class HealthActionHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      HealthActionHandler​(com.snowbound.clientcontentserver.RetrievalProcessor retrievalProcessor, com.snowbound.clientcontentserver.UploadProcessor uploadProcessor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HealthActionHandler

        public HealthActionHandler​(com.snowbound.clientcontentserver.RetrievalProcessor retrievalProcessor,
                                   com.snowbound.clientcontentserver.UploadProcessor uploadProcessor)
    • Method Detail

      • handle

        public void handle​(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
        Specified by:
        handle in class ActionHandler