Package zmq
Provides low-level bindings for ØMQ.
This is the java equivalent of libzmq project.
The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.
All subpackages should be considered internal, with the exception of zmq.msg
.
Within this package, only ZMQ
, Ctx
, SocketBase
and Msg
should be used.
-
Interface Summary Interface Description IMailbox Signaler.IoOperation<O> -
Class Summary Class Description Command Ctx Ctx.ChannelForwardHolder A class that holds the informations needed to forward channel in monitor sockets.Ctx.Endpoint Ctx.PendingConnection Mailbox MailboxSafe Msg Msg.Builder Options Own Proxy Reaper Signaler SocketBase SocketBase.EndpointPipe SocketBase.SimpleURI Utils Deprecated. ZError ZMQ ZMQ.Event ZObject -
Enum Summary Enum Description Command.Type Config Ctx.Side Msg.Type Proxy.State -
Exception Summary Exception Description ZError.CtxTerminatedException ZError.InstantiationException ZError.IOException