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 |
---|
ManagedContext |
SocketType
Socket Type enumeration
|
UncheckedZMQException |
ZActor.Actor
Defines the contract for the acting instance.
|
ZActor.SimpleActor
Simple adapter for an actor, with no sockets, blocking calls and immediate termination.
|
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
This class implements a peer-to-peer discovery service for local networks.
|
ZBeacon.BroadcastClient
The broadcast client periodically sends beacons via UDP to the network.
|
ZBeacon.BroadcastServer
The broadcast server receives beacons.
|
ZBeacon.Builder |
ZBeacon.Listener
All beacons with matching prefix are passed to a listener.
|
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.Fingerprinter |
ZCertStore.IFileVisitor |
ZConfig
Lets applications load, work with, and save configuration files.
|
ZConfig.IVisitor |
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 |
ZLoop.SPoller |
ZLoop.STimer |
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.ProtocolCode
The code returned by handshake events, as generated by
eventHandshakeXXX . |
ZMonitor.ZEvent
High-level representation of an event.
|
ZMQ.CancellationToken
A cancellation token that allows canceling ongoing Socket send/receive operations.
|
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
Resolve code from errornumber.
|
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.CompositePollItem |
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.ProxyActor.State |
ZProxy.Pump |
ZProxy.State |
ZProxy.ZPump.Identity |
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.Plateau |
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 |