| Package | Description |
|---|---|
| zmq |
Provides low-level bindings for ØMQ.
|
| zmq.io | |
| zmq.poll | |
| zmq.socket | |
| zmq.socket.pipeline | |
| zmq.socket.pubsub | |
| zmq.socket.reqrep |
| 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 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 |
|---|
Mailbox(Ctx ctx,
String name,
int tid) |
Own(Ctx parent,
int tid) |
SocketBase(Ctx parent,
int tid,
int sid) |
ZObject(Ctx ctx,
int tid) |
| Constructor and Description |
|---|
IOThread(Ctx ctx,
int tid) |
| Constructor and Description |
|---|
Poller(Ctx ctx,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static SocketBase |
Sockets.create(int socketType,
Ctx parent,
int tid,
int sid) |
| Constructor and Description |
|---|
Pair(Ctx parent,
int tid,
int sid) |
Stream(Ctx parent,
int tid,
int sid) |
| Constructor and Description |
|---|
Pull(Ctx parent,
int tid,
int sid) |
Push(Ctx parent,
int tid,
int sid) |
| Constructor and Description |
|---|
Pub(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) |
| Constructor and Description |
|---|
Dealer(Ctx parent,
int tid,
int sid) |
Rep(Ctx parent,
int tid,
int sid) |
Req(Ctx parent,
int tid,
int sid) |
Router(Ctx parent,
int tid,
int sid) |
Copyright © 2020. All rights reserved.