Class SharedClientState.Receiver

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    SharedClientState

    private class SharedClientState.Receiver
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean done  
      private java.io.PrintStream out  
    • Constructor Summary

      Constructors 
      Constructor Description
      Receiver​(java.io.PrintStream out)  
    • Method Summary

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

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

      • out

        private java.io.PrintStream out
      • done

        private boolean done
    • Constructor Detail

      • Receiver

        public Receiver​(java.io.PrintStream out)
    • Method Detail

      • run

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

        public void shutdown()