| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| org.zeromq.proto |
Provides utility classes for ØMQ zproto.
|
| org.zeromq.util |
Provides high-level utility bindings for ØMQ.
|
| zmq |
Provides low-level bindings for ØMQ.
|
| Class and Description |
|---|
| SocketType
Socket Type enumeration
|
| UncheckedZMQException |
| ZActor.Actor
Defines the contract for the acting instance.
|
| ZAgent
First implementation of an agent for a remotely controlled background service for ØMQ.
|
| ZAgent.SelectorCreator
Deprecated.
|
| ZAuth
A ZAuth actor takes over authentication for all incoming connections in
its context.
|
| ZAuth.Auth |
| ZAuth.ZapReply |
| ZAuth.ZapRequest
A small class for working with ZAP requests and replies.
|
| ZBeacon |
| ZBeacon.Builder |
| ZBeacon.Listener
All beacons with matching prefix are passed to a listener.
|
| ZCertStore.Fingerprinter |
| ZConfig
Lets applications load, work with, and save configuration files.
|
| ZContext
ZContext provides a high-level ZeroMQ context management class
It manages open sockets in the context and automatically closes these before terminating the context.
|
| ZFrame
ZFrame
The ZFrame class provides methods to send and receive single message
frames across 0MQ sockets.
|
| ZLoop
The ZLoop class provides an event-driven reactor pattern.
|
| ZLoop.IZLoopHandler |
| ZMonitor
The ZMonitor actor provides an API for obtaining socket events such as
connected, listen, disconnected, etc.
|
| ZMonitor.Event
Enumerates types of monitoring events.
|
| ZMonitor.ZEvent
High-level representation of an event.
|
| ZMQ.Context
Container for all sockets in a single process,
acting as the transport for inproc sockets,
which are the fastest way to connect threads in one process.
|
| ZMQ.Curve.KeyPair
A container for a public and a corresponding secret key.
|
| ZMQ.Error |
| ZMQ.Event
Inner class: Event.
|
| ZMQ.Poller
Provides a mechanism for applications to multiplex input/output events in a level-triggered fashion over a set of sockets
|
| ZMQ.PollItem |
| ZMQ.Socket
Abstracts an asynchronous message queue, with the exact queuing semantics depending on the socket type in use.
|
| ZMQ.Socket.Mechanism |
| ZMQException |
| ZMsg
The ZMsg class provides methods to send and receive multipart messages
across 0MQ sockets.
|
| ZPoller
Rewritten poller for ØMQ.
|
| ZPoller.EventsHandler |
| ZPoller.ItemCreator |
| ZPoller.ItemHolder |
| ZProxy
Implementation of a remotely controlled proxy for 0MQ, using
ZActor. |
| ZProxy.Command |
| ZProxy.Plug
Possible places for sockets in the proxy.
|
| ZProxy.Proxy |
| ZProxy.Pump |
| ZProxy.State |
| ZProxy.ZPump.Transformer |
| ZStar
First implementation for the base of a remotely controlled background service for 0MQ.
|
| ZStar.Exit
Control for the end of the remote operations.
|
| ZStar.Fortune |
| ZStar.Set |
| ZStar.Star
Contract interface when acting in plain sight.
|
| ZStar.TimeTaker
Utility class with callback for when the Star has finished its performances.
|
| ZThread.IAttachedRunnable |
| ZThread.IDetachedRunnable |
| ZTimer.Handler
Deprecated.
use
TimerHandler instead |
| ZTimer.Timer
Deprecated.
use
ZTimer.Timer instead |
| Class and Description |
|---|
| ZFrame
ZFrame
The ZFrame class provides methods to send and receive single message
frames across 0MQ sockets.
|
| ZMQ.Socket
Abstracts an asynchronous message queue, with the exact queuing semantics depending on the socket type in use.
|
| ZMsg
The ZMsg class provides methods to send and receive multipart messages
across 0MQ sockets.
|
| Class and Description |
|---|
| ZConfig
Lets applications load, work with, and save configuration files.
|
| Class and Description |
|---|
| UncheckedZMQException |
Copyright © 2020. All rights reserved.