Package jmri.jmris

Class JmriServer.ClientListener

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.net.Socket clientSocket  
      (package private) java.lang.Thread clientThread  
      (package private) java.io.DataInputStream inStream  
      (package private) java.io.DataOutputStream outStream  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientListener​(java.net.Socket socket)  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait