Package | Description |
---|---|
zmq |
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) |
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) |
Pair(Ctx parent,
int tid,
int sid) |
Pub(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) |
XSub(Ctx parent,
int tid,
int sid) |
ZObject(Ctx ctx,
int tid) |
Copyright © 2023. All rights reserved.