Package | Description |
---|---|
zmq |
Provides low-level bindings for ØMQ.
|
zmq.io | |
zmq.io.coder | |
zmq.io.coder.raw | |
zmq.io.coder.v1 | |
zmq.io.coder.v2 | |
zmq.io.mechanism.curve | |
zmq.socket |
Modifier and Type | Field and Description |
---|---|
private Errno |
Ctx.errno |
private Errno |
Mailbox.errno |
private Errno |
MailboxSafe.errno |
Errno |
Options.errno |
Errno |
Own.errno |
private Errno |
Signaler.errno |
Modifier and Type | Method and Description |
---|---|
Errno |
Ctx.errno() |
Constructor and Description |
---|
Signaler(Ctx ctx,
int pid,
Errno errno) |
Modifier and Type | Field and Description |
---|---|
private Errno |
StreamEngine.errno |
Modifier and Type | Field and Description |
---|---|
private Errno |
DecoderBase.errno |
private Errno |
EncoderBase.errno |
Constructor and Description |
---|
Decoder(Errno errno,
int bufsize,
long maxmsgsize,
MsgAllocator allocator) |
DecoderBase(Errno errno,
int bufsize) |
Encoder(Errno errno,
int bufsize) |
EncoderBase(Errno errno,
int bufferSize) |
Constructor and Description |
---|
RawEncoder(Errno errno,
int bufsize) |
Constructor and Description |
---|
V1Decoder(Errno errno,
int bufsize,
long maxmsgsize,
MsgAllocator allocator) |
V1Encoder(Errno errno,
int bufsize) |
Constructor and Description |
---|
V2Decoder(Errno errno,
int bufsize,
long maxmsgsize,
MsgAllocator allocator) |
V2Encoder(Errno errno,
int bufsize) |
Modifier and Type | Field and Description |
---|---|
private Errno |
CurveClientMechanism.errno |
private Errno |
CurveServerMechanism.errno |
Modifier and Type | Method and Description |
---|---|
Msg |
FQ.recv(Errno errno) |
Msg |
FQ.recvPipe(Errno errno,
ValueReference<Pipe> pipe) |
boolean |
LB.sendpipe(Msg msg,
Errno errno,
ValueReference<Pipe> pipe) |