Package | Description |
---|---|
org.zeromq |
Modifier and Type | Class and Description |
---|---|
static class |
ZPoller.ZPollItem |
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 pollItem,
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 pollItem) |
Copyright © 2017. All Rights Reserved.