Package | Description |
---|---|
org.zeromq |
Provides high-level bindings for ØMQ.
|
Modifier and Type | Class and Description |
---|---|
static class |
ZPoller.SimpleCreator |
Modifier and Type | Field and Description |
---|---|
private ZPoller.ItemCreator |
ZPoller.creator |
Constructor and Description |
---|
ZPoller(ZPoller.ItemCreator creator,
java.nio.channels.Selector selector)
Creates a new poller.
|
ZPoller(ZPoller.ItemCreator creator,
ZContext context)
Creates a new poller attached to a given context that will provide
selector for operational polling.
|
ZPoller(ZPoller.ItemCreator creator,
ZContext context,
java.nio.channels.Selector selector)
Creates a new poller.
|
ZPoller(ZPoller.ItemCreator creator,
ZPoller poller)
Creates a new poller based on the current one.
|