| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| zmq |
Provides low-level bindings for ØMQ.
|
| zmq.io.coder | |
| zmq.io.coder.v1 | |
| zmq.io.coder.v2 | |
| zmq.msg |
Provides utility for message allocation within ØMQ.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ZMQ.Socket.setMsgAllocator(MsgAllocator allocator)
Sets a custom message allocator.
|
| Modifier and Type | Field and Description |
|---|---|
MsgAllocator |
Options.allocator |
| Constructor and Description |
|---|
Decoder(Errno errno,
int bufsize,
long maxmsgsize,
MsgAllocator allocator) |
| Constructor and Description |
|---|
V1Decoder(Errno errno,
int bufsize,
long maxmsgsize,
MsgAllocator allocator) |
| Constructor and Description |
|---|
V2Decoder(Errno errno,
int bufsize,
long maxmsgsize,
MsgAllocator allocator) |
| Modifier and Type | Class and Description |
|---|---|
class |
MsgAllocatorDirect |
class |
MsgAllocatorHeap |
class |
MsgAllocatorThreshold |
Copyright © 2020. All rights reserved.