Uses of Package
org.zeromq
Packages that use org.zeromq
Package
Description
Provides high-level bindings for ØMQ.
Provides utility classes for ØMQ zproto.
Provides high-level utility bindings for ØMQ.
Provides low-level bindings for ØMQ.
-
Classes in org.zeromq used by org.zeromqClassDescriptionSocket Type enumerationDefines the contract for the acting instance.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.A ZAuth actor takes over authentication for all incoming connections in its context.A small class for working with ZAP requests and replies.This class implements a peer-to-peer discovery service for local networks.The broadcast client periodically sends beacons via UDP to the network.The broadcast server receives beacons.All beacons with matching prefix are passed to a listener.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.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.The code returned by handshake events, as generated by
eventHandshakeXXX
.High-level representation of an event.A cancellation token that allows canceling ongoing Socket send/receive operations.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.A container for a public and a corresponding secret key.Resolve code from errornumber.Inner class: Event.Provides a mechanism for applications to multiplex input/output events in a level-triggered fashion over a set of socketsAbstracts 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.Rewritten poller for ØMQ.Implementation of a remotely controlled proxy for 0MQ, usingZActor
.Possible places for sockets in the proxy.First implementation for the base of a remotely controlled background service for 0MQ.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.Deprecated.Deprecated.useZTimer.Timer
instead -
Classes in org.zeromq used by org.zeromq.protoClassDescriptionZFrame The ZFrame class provides methods to send and receive single message frames across 0MQ 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.
-
Classes in org.zeromq used by org.zeromq.util
-
Classes in org.zeromq used by zmq
TimerHandler
instead