| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ZLoop.IZLoopHandler |
ZLoop.SPoller.handler |
(package private) ZLoop.IZLoopHandler |
ZLoop.STimer.handler |
| Modifier and Type | Method and Description |
|---|---|
int |
ZLoop.addPoller(ZMQ.PollItem pollItem,
ZLoop.IZLoopHandler handler,
java.lang.Object arg) |
int |
ZLoop.addTimer(int delay,
int times,
ZLoop.IZLoopHandler handler,
java.lang.Object arg) |
| Constructor and Description |
|---|
SPoller(ZMQ.PollItem item,
ZLoop.IZLoopHandler handler,
java.lang.Object arg) |
STimer(int delay,
int times,
ZLoop.IZLoopHandler handler,
java.lang.Object arg) |