Package | Description |
---|---|
org.zeromq |
Provides high-level bindings for ØMQ.
|
zmq |
Provides low-level bindings for ØMQ.
|
Modifier and Type | Field and Description |
---|---|
private PollItem |
ZMQ.PollItem.base |
private PollItem |
ZPoller.CompositePollItem.item |
Modifier and Type | Method and Description |
---|---|
(package private) PollItem |
ZMQ.PollItem.base() |
private PollItem |
ZPoller.CompositePollItem.createItem() |
protected PollItem |
ZPoller.filter(java.lang.Object socketOrChannel,
int events) |
PollItem |
ZPoller.ItemHolder.item() |
PollItem |
ZPoller.ZPollItem.item() |
PollItem |
ZPoller.CompositePollItem.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(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
|
private boolean |
Proxy.process(PollItem read,
PollItem write,
SocketBase frontend,
SocketBase backend) |