Package jade.mtp.http

Class HTTPServer

  • All Implemented Interfaces:
    Runnable

    public class HTTPServer
    extends Thread
    • Method Detail

      • desactivate

        public void desactivate()
        Desactivate The HTTPServerThread and all other sub-threads
      • run

        public void run()
        Entry point for the master server thread
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread