Class Rep.RepThread

java.lang.Object
java.lang.Thread
org.sim0mq.demo.reqrep.Rep.RepThread
All Implemented Interfaces:
Runnable
Enclosing class:
Rep

protected class Rep.RepThread
extends Thread
The worker thread for the REP requests.
  • Constructor Details

    • RepThread

      public RepThread​(ZContext context, int port)
      Parameters:
      context - the (shared) context
      port - the port to use
  • Method Details