Package | Description |
---|---|
org.zeromq |
Provides high-level bindings for ØMQ.
|
Modifier and Type | Field and Description |
---|---|
private ZMQ.Context |
ZMQ.Poller.context |
private ZMQ.Context |
ZLoop.context |
private ZMQ.Context |
ZContext.context
Reference to underlying Context object
|
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.
|
Socket(ZMQ.Context context,
ZContext zctx,
int type) |
ZLoop(ZMQ.Context context) |
ZMQQueue(ZMQ.Context context,
ZMQ.Socket inSocket,
ZMQ.Socket outSocket)
Class constructor.
|