Class TCPIPLink.RxId

  • All Implemented Interfaces:
    CSProcess
    Enclosing class:
    TCPIPLink

    private class TCPIPLink.RxId
    extends java.lang.Object
    implements CSProcess
    The process which recieves the remote Id. On success, it sets remoteAddress. If there is an exception, it closes the socket, sets rxStream=null, and returns.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RxId()  
    • Method Summary

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

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

      • RxId

        private RxId()
    • Method Detail

      • run

        public void run()
        The run method.
        Specified by:
        run in interface CSProcess