| Interface | Description |
|---|---|
| ZDispatcher.ZMessageHandler | |
| ZLoop.IZLoopHandler | |
| ZThread.IAttachedRunnable | |
| ZThread.IDetachedRunnable |
| Class | Description |
|---|---|
| App |
Simple App to display version information about jzmq.
|
| EmbeddedLibraryTools | |
| ZAuth |
ZAuth takes over authentication for all incoming connections in its context.
|
| ZAuth.ZAPRequest |
A small class for working with ZAP requests and replies.
|
| ZContext |
ZContext provides a high-level ZeroMQ context management class
The ZContext class wraps java org.zeromq.Context objects, which in turn wrap native 0MQ contexts.
|
| ZContextTest |
Tests high-level ZContext class
|
| ZDispatcher |
Dispatcher for ZeroMQ Sockets.
|
| ZDispatcher.ZSender | |
| ZDispatcherTest | |
| ZFrame |
ZFrame
The ZFrame class provides methods to send and receive single message frames across 0MQ sockets.
|
| ZFrameTest |
Tests ZFrame class
|
| ZLoop |
The ZLoop class provides an event-driven reactor pattern.
|
| ZLoopTest | |
| ZMQ |
ZeroMQ JNI Bindings.
|
| ZMQ.Context |
Inner class: Context.
|
| ZMQ.Event |
Inner class: Event.
|
| ZMQ.Poller |
Inner class: Poller.
|
| ZMQ.PollItem | |
| ZMQ.Socket |
Inner class: Socket.
|
| ZMQForwarder |
ZeroMQ Forwarder Device implementation.
|
| ZMQForwarderTest | |
| ZMQQueue |
ZeroMQ Queue Device implementation.
|
| ZMQQueueTest | |
| ZMQStreamer |
ZeroMQ Streamer Device implementation.
|
| ZMQTest | |
| ZMsg |
The ZMsg class provides methods to send and receive multipart messages across 0MQ sockets.
|
| ZMsgTest | |
| ZThread | |
| ZThreadTest |
| Enum | Description |
|---|---|
| ZMQ.Error |
Inner class: Error.
|
| Exception | Description |
|---|---|
| ZMQException |
ZeroMQ runtime exception.
|