Class OtsWebServer.ServerThread

java.lang.Object
java.lang.Thread
nl.tudelft.simulation.dsol.jetty.sse.OtsWebServer.ServerThread
All Implemented Interfaces:
Runnable
Enclosing class:
OtsWebServer

class OtsWebServer.ServerThread extends Thread
Handle in separate thread to avoid 'lock' of the main application.
  • Constructor Details

    • ServerThread

      ServerThread()
  • Method Details

    • run

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