| Package | Description |
|---|---|
| org.zeromq | |
| zmq |
| Modifier and Type | Field and Description |
|---|---|
private Ctx |
ManagedContext.ctx |
private Ctx |
ZMQ.Context.ctx |
private Ctx |
ZMQ.Socket.ctx |
| Modifier and Type | Field and Description |
|---|---|
private Ctx |
ZObject.ctx |
| Modifier and Type | Method and Description |
|---|---|
static Ctx |
ZMQ.createContext() |
protected Ctx |
ZObject.getCtx() |
static Ctx |
ZMQ.init(int ioThreads) |
| Modifier and Type | Method and Description |
|---|---|
static SocketBase |
SocketBase.create(int type,
Ctx parent,
int tid,
int sid) |
private static void |
ZMQ.destroyContext(Ctx ctx) |
static int |
ZMQ.getContextOption(Ctx ctx,
int option) |
static void |
ZMQ.setContextOption(Ctx ctx,
int option,
int optval) |
static SocketBase |
ZMQ.socket(Ctx ctx,
int type) |
static void |
ZMQ.term(Ctx ctx) |
| Constructor and Description |
|---|
Dealer(Ctx parent,
int tid,
int sid) |
IOThread(Ctx ctx,
int tid) |
Own(Ctx parent,
int tid) |
Pair(Ctx parent,
int tid,
int sid) |
Pub(Ctx parent,
int tid,
int sid) |
Pull(Ctx parent,
int tid,
int sid) |
Push(Ctx parent,
int tid,
int sid) |
Reaper(Ctx ctx,
int tid) |
Rep(Ctx parent,
int tid,
int sid) |
Req(Ctx parent,
int tid,
int sid) |
Router(Ctx parent,
int tid,
int sid) |
SocketBase(Ctx parent,
int tid,
int sid) |
Sub(Ctx parent,
int tid,
int sid) |
XPub(Ctx parent,
int tid,
int sid) |
XSub(Ctx parent,
int tid,
int sid) |
ZObject(Ctx ctx,
int tid) |