Package | Description |
---|---|
org.zeromq | |
zmq |
Modifier and Type | Method and Description |
---|---|
protected PollItem |
ZMQ.PollItem.base() |
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(PollItem[] items,
int count,
long timeout)
Polling on items.
|
static int |
ZMQ.poll(PollItem[] items,
long timeout)
Polling on items.
|
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 © 2017. All Rights Reserved.