All Classes and Interfaces
Class
Description
Represents a function that accepts two arguments and produces a result.
Represents an operation that accepts a single input argument and returns no
result.
Documents an API in DRAFT state.
Represents a function that accepts one argument and produces a result.
Call backs during parsing process
Replacement of ProtocolFamily from SDK so it can be used in Android environments.
By implementing this class, it's possible to change the kind of channel used in tcp connections.
Socket Type enumeration
Replacement of StandardProtocolFamily from SDK so it can be used in Android environments.
Represents a supplier of results.
Called when the time has come to perform some action.
Manages set of timers.
Deprecated.
First implementation of a background actor remotely controlled for ØMQ.
Defines the contract for the acting instance.
Another actor will be called just before the main one,
without participating to the decisions.
Simple adapter for an actor, with no sockets, blocking calls and immediate termination.
First implementation of an agent for a remotely controlled background service for ØMQ.
Deprecated.
Creates a very simple agent with an easy lock mechanism.
A ZAuth actor takes over authentication for all incoming connections in
its context.
AuthActor is the backend actor which we talk to over a pipe.
A small class for working with ZAP requests and replies.
All beacons with matching prefix are passed to a listener.
The ZCert class provides a way to create and work with security
certificates for the ZMQ CURVE mechanism.
To authenticate new clients using the ZeroMQ CURVE security mechanism,
we have to check that the client's public key matches a key we know and
accept.
Lets applications load, work with, and save configuration files.
ZContext provides a high-level ZeroMQ context management class
It manages open sockets in the context and automatically closes these before terminating the context.
The ZDigest class generates a hash from chunks of data.
ZFrame
The ZFrame class provides methods to send and receive single message
frames across 0MQ sockets.
The ZLoop class provides an event-driven reactor pattern.
The ZMonitor actor provides an API for obtaining socket events such as
connected, listen, disconnected, etc.
Enumerates types of monitoring events.
High-level representation of an event.
The ØMQ lightweight messaging kernel is a library which extends the standard socket interfaces
with features traditionally provided by specialised messaging middleware products.
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.
Class that interfaces the generation of CURVE key pairs.
A container for a public and a corresponding secret key.
Inner class: Event.
Provides a mechanism for applications to multiplex input/output events in a level-triggered fashion over a set of sockets
Abstracts an asynchronous message queue, with the exact queuing semantics depending on the socket type in use.
The ZMsg class provides methods to send and receive multipart messages
across 0MQ sockets.
Needle for de/serialization of data within a frame.
De/serialization of data within a message.
Rewritten poller for ØMQ.
Implementation of a remotely controlled proxy for 0MQ, using
ZActor
.Possible places for sockets in the proxy.
A specialized transport for better transmission purposes
that will send each packets individually instead of the whole message.
A pump that reads a message as a whole before transmitting it.
ZeroMQ sockets present an abstraction of an asynchronous message queue, with the exact queuing
semantics depending on the socket type in use.
First implementation for the base of a remotely controlled background service for 0MQ.
Utility class with calls surrounding the execution of the Star.
Control for the end of the remote operations.
Contract interface when acting in plain sight.
Utility class with callback for when the Star has finished its performances.
Manages set of tickets and timers.
Manages set of tickets.
Opaque representation of a ticket.
Manages set of timers.
Deprecated.
scheduled for removal in future release.
Deprecated.
use
TimerHandler
insteadOpaque representation of a timer.
Deprecated.
use
ZTimer.Timer
instead