Class RequestHandler

java.lang.Object
java.lang.Thread
ch.software_atelier.simpleflex.RequestHandler
All Implemented Interfaces:
Runnable

public class RequestHandler extends Thread
This Class finds out the WebApp and starts it. Don't use it to implement WebApps!
  • Constructor Details

    • RequestHandler

      public RequestHandler(WebAppHandler webAppHandler, Socket socket, boolean secure)
  • Method Details

    • run

      public void run()
      Switches the WebApp
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread