| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| Modifier and Type | Method and Description |
|---|---|
static ZMQ.Context |
ZMQ.context(int ioThreads)
Create a new Context.
|
ZMQ.Context |
ZContext.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ZContext.setContext(ZMQ.Context ctx)
Deprecated.
This value should not be changed after the ZContext is initialized.
|
| Constructor and Description |
|---|
Poller(ZMQ.Context context)
Class constructor.
|
Poller(ZMQ.Context context,
int size)
Class constructor.
|
Socket(ZMQ.Context context,
int type)
Deprecated.
use
Socket#Socket(Context, SocketType) |
Socket(ZMQ.Context context,
SocketType type)
Class constructor.
|
ZLoop(ZMQ.Context context) |
ZMQQueue(ZMQ.Context context,
ZMQ.Socket inSocket,
ZMQ.Socket outSocket)
Class constructor.
|
Copyright © 2020. All rights reserved.