Class TCPIPLink.RxId

java.lang.Object
org.jcsp.net.tcpip.TCPIPLink.RxId
All Implemented Interfaces:
CSProcess
Enclosing class:
TCPIPLink

private class TCPIPLink.RxId extends 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 Details

    • RxId

      private RxId()
  • Method Details

    • run

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