All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
Address |
|
Address.IZAddress |
|
BiFunction<T,U,R> |
Represents a function that accepts two arguments and produces a result.
|
Blob |
|
Clock |
|
Command |
|
Command.Type |
|
Config |
|
Consumer<T> |
Represents an operation that accepts a single input argument and returns no
result.
|
Ctx |
|
Ctx.Endpoint |
|
Ctx.PendingConnection |
|
Ctx.Side |
|
Curve |
|
Curve.Size |
|
CurveClientMechanism |
|
CurveClientMechanism.State |
|
CurveServerMechanism |
|
CurveServerMechanism.State |
|
DBuffer<T extends Msg> |
|
Dealer |
|
Decoder |
|
DecoderBase |
|
Dist |
|
Draft |
Documents an API in DRAFT state.
|
Encoder |
|
EncoderBase |
|
EngineNotImplemented |
|
Errno |
|
FQ |
|
Function<T,R> |
Represents a function that accepts one argument and produces a result.
|
GssapiClientMechanism |
|
GssapiServerMechanism |
|
IDecoder |
|
IDecoder.Step |
|
IDecoder.Step.Result |
|
IEncoder |
|
IEngine |
|
IOObject |
|
IOThread |
|
IpcAddress |
|
IpcAddress.IpcAddressMask |
|
IpcConnecter |
|
IpcListener |
|
IPollEvents |
|
LB |
|
Mailbox |
|
ManagedContext |
|
ManagedContext.ContextHolder |
|
Mechanism |
|
Mechanism.Status |
|
Mechanisms |
|
Metadata |
|
Metadata.ParseListener |
Call backs during parsing process
|
Msg |
|
Msg.Builder |
|
Msg.Type |
|
MsgAllocator |
|
MsgAllocatorDirect |
|
MsgAllocatorHeap |
|
MsgAllocatorThreshold |
|
Msgs |
|
Mtrie |
|
Mtrie.IMtrieHandler |
|
MultiMap<K extends java.lang.Comparable<? super K>,V> |
|
NetProtocol |
|
NormEngine |
|
NullMechanism |
|
Objects |
|
Options |
|
Own |
|
Pair |
|
PgmReceiver |
|
PgmSender |
|
Pipe |
|
Pipe.IPipeEvents |
|
Pipe.State |
|
PlainClientMechanism |
|
PlainClientMechanism.State |
|
PlainServerMechanism |
|
PlainServerMechanism.State |
|
Poller |
|
Poller.Handle |
|
PollerBase |
|
PollerBase.TimerInfo |
|
PollItem |
|
ProtocolFamily |
Replacement of ProtocolFamily from SDK so it can be used in Android environments.
|
Proxy |
|
Proxy.State |
|
Pub |
|
Pull |
|
Push |
|
RawDecoder |
|
RawEncoder |
|
Reaper |
|
Rep |
|
Req |
|
Req.ReqSession |
|
Req.ReqSession.State |
|
Router |
|
SelectorProviderChooser |
By implementing this class, it's possible to change the kind of channel used in tcp connections.
|
SessionBase |
|
Signaler |
|
SocketBase |
|
SocketBase.EndpointPipe |
|
SocketBase.SimpleURI |
|
Sockets |
|
SocketType |
Socket Type enumeration
|
SocksConnecter |
|
SocksConnecter.Status |
|
StandardProtocolFamily |
Replacement of StandardProtocolFamily from SDK so it can be used in Android environments.
|
Stream |
|
StreamEngine |
|
StreamEngine.ErrorReason |
|
StreamEngine.Protocol |
|
Sub |
|
Supplier<T> |
Represents a supplier of results.
|
TcpAddress |
|
TcpAddress.TcpAddressMask |
|
TcpConnecter |
|
TcpListener |
|
TcpUtils |
|
TcpUtils.OptionSetter |
|
TcpUtils.SocketOptionSetter |
|
TimerHandler |
Called when the time has come to perform some action.
|
Timers |
Manages set of timers.
|
Timers.Handler |
|
Timers.Timer |
|
TipcConnecter |
|
TipcListener |
|
Trie |
|
Trie.ITrieHandler |
|
UncheckedZMQException |
|
Utils |
|
Utils |
|
Utils |
Deprecated. |
V1Decoder |
|
V1Encoder |
|
V1Protocol |
|
V2Decoder |
|
V2Encoder |
|
V2Protocol |
|
ValueReference<V> |
|
Wire |
|
XPub |
|
XPub.MarkAsMatching |
|
XPub.SendUnsubscription |
|
XSub |
|
YPipe<T> |
|
YPipeBase<T> |
|
YPipeConflate<T extends Msg> |
|
YQueue<T> |
|
YQueue.Chunk<T> |
|
Z85 |
|
ZActor |
First implementation of a background actor remotely controlled for ØMQ.
|
ZActor.Actor |
Defines the contract for the acting instance.
|
ZActor.ActorFortune |
|
ZActor.Double |
|
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 |
First implementation of an agent for a remotely controlled background service for ØMQ.
|
ZAgent.Creator |
|
ZAgent.SelectorCreator |
Deprecated. |
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.Auth |
|
ZAuth.AuthActor |
AuthActor is the backend actor which we talk to over a pipe.
|
ZAuth.SimpleCurveAuth |
|
ZAuth.SimpleNullAuth |
|
ZAuth.SimplePlainAuth |
|
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.
|
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.Fingerprinter |
|
ZCertStore.Hasher |
|
ZCertStore.IFileVisitor |
|
ZCertStore.Timestamper |
|
ZConfig |
Lets applications load, work with, and save configuration files.
|
ZConfig.IVisitor |
|
ZConfig.ReadException |
|
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.
|
ZData |
|
ZDigest |
The ZDigest class generates a hash from chunks of data.
|
ZError |
|
ZError.CtxTerminatedException |
|
ZError.InstantiationException |
|
ZError.IOException |
|
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 |
|
ZMetadata |
|
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.MonitorActor |
|
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 |
|
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.Error |
|
ZMQ.Event |
Inner class: Event.
|
ZMQ.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 |
|
ZMQQueue |
|
ZMsg |
The ZMsg class provides methods to send and receive multipart messages
across 0MQ sockets.
|
ZNeedle |
Needle for de/serialization of data within a frame.
|
ZObject |
|
ZPicture |
De/serialization of data within a message.
|
ZPoller |
Rewritten poller for ØMQ.
|
ZPoller.ComposeEventsHandler |
|
ZPoller.CompositePollItem |
|
ZPoller.EventsHandler |
|
ZPoller.ItemCreator |
|
ZPoller.ItemHolder |
|
ZPoller.SimpleCreator |
|
ZPoller.ZPollItem |
|
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.Proxy.SimpleProxy |
|
ZProxy.ProxyActor |
|
ZProxy.ProxyActor.State |
|
ZProxy.Pump |
|
ZProxy.State |
|
ZProxy.ZmqPump |
A specialized transport for better transmission purposes
that will send each packets individually instead of the whole message.
|
ZProxy.ZPump |
A pump that reads a message as a whole before transmitting it.
|
ZProxy.ZPump.Identity |
|
ZProxy.ZPump.Transformer |
|
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.Entourage |
Utility class with calls surrounding the execution of the Star.
|
ZStar.Exit |
Control for the end of the remote operations.
|
ZStar.Fortune |
|
ZStar.Plateau |
|
ZStar.Set |
|
ZStar.SimpleSet |
|
ZStar.Star |
Contract interface when acting in plain sight.
|
ZStar.TimeTaker |
Utility class with callback for when the Star has finished its performances.
|
ZThread |
|
ZThread.IAttachedRunnable |
|
ZThread.IDetachedRunnable |
|
ZThread.ShimThread |
|
ZTicker |
Manages set of tickets and timers.
|
ZTicket |
Manages set of tickets.
|
ZTicket.Ticket |
Opaque representation of a ticket.
|
ZTimer |
Manages set of timers.
|
ZTimer |
Deprecated.
|
ZTimer.Handler |
Deprecated.
|
ZTimer.Timer |
Opaque representation of a timer.
|
ZTimer.Timer |
Deprecated.
|