| Interface | Description |
|---|---|
| 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.Auth | |
| ZBeacon.Listener |
All beacons with matching prefix are passed to a listener.
|
| ZCertStore.Fingerprinter | |
| ZLoop.IZLoopHandler | |
| ZPoller.EventsHandler | |
| ZPoller.ItemCreator | |
| ZPoller.ItemHolder | |
| ZProxy.Proxy | |
| ZProxy.Pump | |
| ZProxy.ZPump.Transformer | |
| ZStar.Entourage |
Utility class with calls surrounding the execution of the Star.
|
| 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 |
| Class | Description |
|---|---|
| Utils | |
| ZActor |
First implementation of a background actor remotely controlled for ØMQ.
|
| ZActor.Duo |
Another actor will be called just before the main one,
without participating to the decisions.
|
| ZActor.SimpleActor |
Simple adapter for an actor, with no sockets, blocking calls and immediate termination.
|
| ZAgent.Creator | |
| ZAgent.SimpleAgent |
Creates a very simple agent with an easy lock mechanism.
|
| ZAuth |
A ZAuth actor takes over authentication for all incoming connections in
its context.
|
| ZAuth.SimpleCurveAuth | |
| ZAuth.SimpleNullAuth | |
| ZAuth.SimplePlainAuth | |
| ZAuth.ZapReply | |
| ZAuth.ZapRequest |
A small class for working with ZAP requests and replies.
|
| ZBeacon | |
| ZBeacon.Builder | |
| ZCert |
The ZCert class provides a way to create and work with security
certificates for the ZMQ CURVE mechanism.
|
| ZCertStore |
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.
|
| ZCertStore.Hasher | |
| ZCertStore.Timestamper | |
| 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.
|
| ZMonitor |
The ZMonitor actor provides an API for obtaining socket events such as
connected, listen, disconnected, etc.
|
| ZMonitor.ZEvent |
High-level representation of an event.
|
| ZMQ |
The ØMQ lightweight messaging kernel is a library which extends the standard socket interfaces
with features traditionally provided by specialised messaging middleware products.
|
| 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 |
Class that interfaces the generation of CURVE key pairs.
|
| ZMQ.Curve.KeyPair |
A container for a public and a corresponding secret key.
|
| 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.
|
| ZMQQueue | |
| ZMsg |
The ZMsg class provides methods to send and receive multipart messages
across 0MQ sockets.
|
| ZPoller |
Rewritten poller for ØMQ.
|
| ZPoller.ComposeEventsHandler | |
| ZPoller.SimpleCreator | |
| ZPoller.ZPollItem | |
| ZProxy |
Implementation of a remotely controlled proxy for 0MQ, using
ZActor. |
| ZProxy.Proxy.SimpleProxy | |
| ZProxy.ZPump |
A pump that reads a message as a whole before transmitting it.
|
| ZSocket |
ZeroMQ sockets present an abstraction of an asynchronous message queue, with the exact queuing
semantics depending on the socket type in use.
|
| ZStar |
First implementation for the base of a remotely controlled background service for 0MQ.
|
| ZStar.SimpleSet | |
| ZThread | |
| ZTimer | Deprecated
scheduled for removal in future release.
|
| ZTimer.Timer | Deprecated
use
ZTimer.Timer instead |
| Enum | Description |
|---|---|
| SocketType |
Socket Type enumeration
|
| ZMonitor.Event |
Enumerates types of monitoring events.
|
| ZMQ.Error | |
| ZMQ.Socket.Mechanism | |
| ZProxy.Command | |
| ZProxy.Plug |
Possible places for sockets in the proxy.
|
| ZProxy.State |
| Exception | Description |
|---|---|
| UncheckedZMQException | |
| ZConfig.ReadException | |
| ZMQException |
Copyright © 2020. All rights reserved.