Class Req.ReqThread

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

protected class Req.ReqThread
extends Thread
The worker thread for the REQ requests.
  • Constructor Details

    • ReqThread

      public ReqThread​(ZContext context, int port, long numcalls)
      Parameters:
      context - the (shared) context
      port - the port to use
      numcalls - the number of calls to use
  • Method Details