Class HttpServer.Worker

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Worker()  
    • Constructor Detail

      • Worker

        protected Worker()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • generateResponseToGetRequest

        protected abstract void generateResponseToGetRequest​(java.lang.String requestURI,
                                                             java.io.OutputStream out)
                                                      throws java.io.IOException
        Throws:
        java.io.IOException