Package org.sim0mq.demo.reqrep
Class Req
java.lang.Object
org.sim0mq.demo.reqrep.Req
public class Req extends Object
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See Sim0MQ License.
- Author:
- Alexander Verbraeck
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
Req.ReqThread
The worker thread for the REQ requests. -
Field Summary
Fields Modifier and Type Field Description protected AtomicLong
counter
counter to see if we are ready. -
Constructor Summary
-
Method Summary
-
Field Details
-
counter
counter to see if we are ready.
-
-
Constructor Details
-
Req
- Parameters:
args
- command line arguments- Throws:
Sim0MQException
- on error
-
-
Method Details
-
main
- Parameters:
args
- command line arguments- Throws:
Sim0MQException
- on error
-