| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ZPoller.SimpleCreator |
| Constructor and Description |
|---|
ZPoller(ZPoller.ItemCreator creator,
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,
ZPoller poller)
Creates a new poller based on the current one.
|
Copyright © 2020. All rights reserved.