Package | Description |
---|---|
org.zeromq |
Provides high-level bindings for ØMQ.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ZStar.Plateau |
Modifier and Type | Field and Description |
---|---|
private ZThread.IAttachedRunnable |
ZThread.ShimThread.attachedRunnable |
Modifier and Type | Method and Description |
---|---|
static ZMQ.Socket |
ZThread.fork(ZContext ctx,
ZThread.IAttachedRunnable runnable,
java.lang.Object... args) |
ZMQ.Socket |
ZContext.fork(ZThread.IAttachedRunnable runnable,
java.lang.Object... args)
Create an attached thread, An attached thread gets a ctx and a PAIR pipe back to its
parent.
|
Constructor and Description |
---|
ShimThread(ZContext ctx,
ZThread.IAttachedRunnable runnable,
java.lang.Object[] args,
ZMQ.Socket pipe) |