| Package | Description |
|---|---|
| org.zeromq |
| Modifier and Type | Method and Description |
|---|---|
ZMQ.PollItem |
ZMQ.Poller.getItem(int index)
Get the PollItem associated with an index.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ZLoop.addPoller(ZMQ.PollItem item_,
ZLoop.IZLoopHandler handler,
Object arg) |
int |
ZLoop.IZLoopHandler.handle(ZLoop loop,
ZMQ.PollItem item,
Object arg) |
static int |
ZMQ.poll(ZMQ.PollItem[] items,
int count,
long timeout) |
static int |
ZMQ.poll(ZMQ.PollItem[] items,
long timeout) |
int |
ZMQ.Poller.register(ZMQ.PollItem item)
Register a Channel for polling on the specified events.
|
void |
ZLoop.removePoller(ZMQ.PollItem item_) |
Copyright © 2014. All rights reserved.