Class TCPIPLink.RxLoop

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

private class TCPIPLink.RxLoop extends Object implements CSProcess
The process which recieves from a socket.
  • Constructor Details

    • RxLoop

      private RxLoop()
  • Method Details

    • run

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