Package | Description |
---|---|
org.zeromq |
Provides high-level bindings for ØMQ.
|
Modifier and Type | Class and Description |
---|---|
static class |
ZPoller.ZPollItem |
Modifier and Type | Field and Description |
---|---|
(package private) ZMQ.PollItem |
ZLoop.SPoller.item |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ZMQ.PollItem> |
ZMQ.Poller.items |
Modifier and Type | Method and Description |
---|---|
ZMQ.PollItem |
ZMQ.Poller.getItem(int index)
Get the PollItem associated with an index.
|
Modifier and Type | Method and Description |
---|---|
int |
ZLoop.addPoller(ZMQ.PollItem pollItem,
ZLoop.IZLoopHandler handler,
java.lang.Object arg) |
int |
ZLoop.IZLoopHandler.handle(ZLoop loop,
ZMQ.PollItem item,
java.lang.Object arg) |
static int |
ZMQ.poll(java.nio.channels.Selector selector,
ZMQ.PollItem[] items,
int count,
long timeout) |
static int |
ZMQ.poll(java.nio.channels.Selector selector,
ZMQ.PollItem[] items,
long timeout) |
int |
ZMQ.Poller.register(ZMQ.PollItem item)
Register a Channel for polling on the specified events.
|
private int |
ZMQ.Poller.registerInternal(ZMQ.PollItem item)
Register a Socket for polling on the specified events.
|
void |
ZLoop.removePoller(ZMQ.PollItem pollItem) |
Constructor and Description |
---|
SPoller(ZMQ.PollItem item,
ZLoop.IZLoopHandler handler,
java.lang.Object arg) |