| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| zmq |
Provides low-level bindings for ØMQ.
|
| Modifier and Type | Method and Description |
|---|---|
protected PollItem |
ZPoller.filter(Object socketOrChannel,
int events) |
PollItem |
ZPoller.ItemHolder.item() |
PollItem |
ZPoller.ZPollItem.item() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
ZPoller.poll(Selector selector,
long tout,
Collection<PollItem> items) |
| Modifier and Type | Method and Description |
|---|---|
static int |
ZMQ.poll(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(Selector selector,
PollItem[] items,
long timeout)
Polling on items with given selector
CAUTION: This could be affected by jdk epoll bug
|
Copyright © 2020. All rights reserved.