| Package | Description |
|---|---|
| org.zeromq | |
| zmq |
| Modifier and Type | Method and Description |
|---|---|
protected PollItem |
ZMQ.PollItem.base() |
| Modifier and Type | Method and Description |
|---|---|
static int |
ZMQ.zmq_poll(PollItem[] items_,
int count,
long timeout_)
Polling on items.
|
static int |
ZMQ.zmq_poll(PollItem[] items_,
long timeout_)
Polling on items.
|
static int |
ZMQ.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.zmq_poll(Selector selector,
PollItem[] items_,
long timeout_)
Polling on items with given selector
CAUTION: This could be affected by jdk epoll bug
|
Copyright © 2014. All rights reserved.