Package jmri.jmris

Class JmriServer.NewClientListener

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.net.ServerSocket listenSocket  
      (package private) boolean running  
    • Constructor Summary

      Constructors 
      Constructor Description
      NewClientListener​(java.net.ServerSocket socket)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      void stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • run

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

        public void stop()