| Package | Description |
|---|---|
| zmq |
Provides low-level bindings for ØMQ.
|
| zmq.io.coder | |
| zmq.io.coder.raw | |
| zmq.io.coder.v1 | |
| zmq.io.coder.v2 | |
| zmq.socket |
| Modifier and Type | Field and Description |
|---|---|
Errno |
Own.errno |
Errno |
Options.errno |
| Modifier and Type | Method and Description |
|---|---|
Errno |
Ctx.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 | 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) |
Copyright © 2020. All rights reserved.