| Package | Description |
|---|---|
| zmq |
| Modifier and Type | Method and Description |
|---|---|
protected Ctx |
ZObject.get_ctx() |
static Ctx |
ZMQ.zmq_ctx_new() |
static Ctx |
ZMQ.zmq_init(int io_threads_) |
| Modifier and Type | Method and Description |
|---|---|
static SocketBase |
SocketBase.create(int type_,
Ctx parent_,
int tid_,
int sid_) |
static int |
ZMQ.zmq_ctx_get(Ctx ctx_,
int option_) |
static void |
ZMQ.zmq_ctx_set(Ctx ctx_,
int option_,
int optval_) |
static SocketBase |
ZMQ.zmq_socket(Ctx ctx_,
int type_) |
static void |
ZMQ.zmq_term(Ctx ctx_) |
| Constructor and Description |
|---|
Dealer(Ctx parent_,
int tid_,
int sid_) |
IOThread(Ctx ctx_,
int tid_) |
Own(Ctx parent_,
int tid_) |
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) |
Copyright © 2014. All rights reserved.