Class ActionHandler

    • Constructor Summary

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract 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

      • ActionHandler

        public ActionHandler​(com.snowbound.clientcontentserver.RetrievalProcessor retrievalProcessor,
                             com.snowbound.clientcontentserver.UploadProcessor uploadProcessor)