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 |
Modifier and Type | Method and Description |
---|---|
private MsgAllocator |
Options.allocator(java.lang.Class<?> clazz) |
Modifier and Type | Field and Description |
---|---|
private MsgAllocator |
Decoder.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 |
Modifier and Type | Field and Description |
---|---|
private static MsgAllocator |
MsgAllocatorThreshold.direct |
private static MsgAllocator |
MsgAllocatorThreshold.heap |