| Package | Description |
|---|---|
| org.zeromq | |
| zmq |
| Modifier and Type | Field and Description |
|---|---|
private PollItem |
ZMQ.PollItem.base |
| Modifier and Type | Method and Description |
|---|---|
protected PollItem |
ZMQ.PollItem.base() |
protected PollItem |
ZPoller.filter(java.lang.Object socketOrChannel,
int events) |
PollItem |
ZPoller.ItemHolder.item() |
PollItem |
ZPoller.ZPollItem.item() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
ZPoller.poll(java.nio.channels.Selector selector,
long tout,
java.util.Collection<PollItem> items) |
| Modifier and Type | Method and Description |
|---|---|
static int |
ZMQ.poll(PollItem[] items,
int count,
long timeout)
Polling on items.
|
static int |
ZMQ.poll(PollItem[] items,
long timeout)
Polling on items.
|
static int |
ZMQ.poll(java.nio.channels.Selector selector,
PollItem[] items,
int count,
long timeout)
Polling on items with given selector
CAUTION: This could be affected by jdk epoll bug
|
static int |
ZMQ.poll(java.nio.channels.Selector selector,
PollItem[] items,
long timeout)
Polling on items with given selector
CAUTION: This could be affected by jdk epoll bug
|