| Class and Description |
|---|
| Backgroundable
Capable of running in a background thread.
|
| BinaryStarReactor.Mode
Startup modes.
|
| CloneClient
An API client implementing the CHP (Clustered Hashmap Protocol), which will
communicate via an agent (background thread) with a pair of stateful servers
using the Binary Star Pattern.
|
| CloneServer
A service interface for a server implementing CHP (Clustered Hashmap Protocol).
|
| Context
A ØMQ context is thread safe and may be shared among as many application threads as necessary, without any additional
locking required on the part of the caller.
|
| DeviceType
Values for Device types
|
| LoopHandler
Callback from within an event-driven reactor.
|
| Poller
Poller for polling sockets and receiving callbacks for events.
|
| PollListener
A listener of a Poller.
|
| Reactor
An event-driven reactor.
|
| Socket
ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering
(subscriptions), seamless access to multiple transport protocols and more.
|
| SocketType
Values for Socket types
|
| Class and Description |
|---|
| Backgroundable
Capable of running in a background thread.
|
| BinaryStarReactor.Event
Events, which start with the states our peer can be in.
|
| BinaryStarReactor.Mode
Startup modes.
|
| BinaryStarReactor.State
States we can be in at any point in time.
|
| Context
A ØMQ context is thread safe and may be shared among as many application threads as necessary, without any additional
locking required on the part of the caller.
|
| DeviceType
Values for Device types
|
| LoopHandler
Callback from within an event-driven reactor.
|
| Message
Message containing frames for sending data via a socket.
|
| Message.Frame
Represents a single frame of data within a message.
|
| Message.FrameBuilder
Builder for constructing efficient binary representations of multi-value
data frames using a dynamically sized buffer.
|
| MessageFlag
Send and Receive flags
|
| Pollable
An item in a poll set.
|
| PollerType
Enumeration of poller types.
|
| PollListener
A listener of a Poller.
|
| Reactor
An event-driven reactor.
|
| Receiver
Socket capable of receiving message parts.
|
| RoutedMessage
Routed message contains route frames and payload frames.
|
| RoutedMessage.Route
Represents a route, or address frame, which will be combined with a blank
frame over the wire.
|
| Sender
Socket capable of sending message parts.
|
| Socket
ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering
(subscriptions), seamless access to multiple transport protocols and more.
|
| SocketType
Values for Socket types
|
| TransportType
A ØMQ socket can use multiple different underlying transport mechanisms.
|
| UdpBeacon |
| Class and Description |
|---|
| Backgroundable
Capable of running in a background thread.
|
| Context
A ØMQ context is thread safe and may be shared among as many application threads as necessary, without any additional
locking required on the part of the caller.
|
| DeviceType
Values for Device types
|
| Message
Message containing frames for sending data via a socket.
|
| MessageFlag
Send and Receive flags
|
| Pollable
An item in a poll set.
|
| PollerType
Enumeration of poller types.
|
| Receiver
Socket capable of receiving message parts.
|
| RoutedMessage
Routed message contains route frames and payload frames.
|
| Sender
Socket capable of sending message parts.
|
| Socket
ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering
(subscriptions), seamless access to multiple transport protocols and more.
|
| SocketType
Values for Socket types
|
| TransportType
A ØMQ socket can use multiple different underlying transport mechanisms.
|
| Class and Description |
|---|
| BeaconListener
Listener to handle beacon events sent via UDP.
|
| BeaconReactor
An event-driven reactor for discovery beacons.
|
| UdpBeacon |
| Class and Description |
|---|
| BinaryStarReactor
Reactor implementing the Binary Star pattern, used to construct HA-pairs
that can forward messages to an application in an event-driven manner.
|
| BinaryStarReactor.Mode
Startup modes.
|
| Bindable
Used to create sockets capable of binding to local endpoints.
|
| Connectable
Used to create sockets capable of connecting to remote endpoints.
|
| LoopHandler
Callback from within an event-driven reactor.
|
| Reactor
An event-driven reactor.
|
| Socket
ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering
(subscriptions), seamless access to multiple transport protocols and more.
|
| Class and Description |
|---|
| Backgroundable
Capable of running in a background thread.
|
| BinaryStarReactor.Mode
Startup modes.
|
| CloneClient
An API client implementing the CHP (Clustered Hashmap Protocol), which will
communicate via an agent (background thread) with a pair of stateful servers
using the Binary Star Pattern.
|
| CloneServer
A service interface for a server implementing CHP (Clustered Hashmap Protocol).
|
| Context
A ØMQ context is thread safe and may be shared among as many application threads as necessary, without any additional
locking required on the part of the caller.
|
| Socket
ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering
(subscriptions), seamless access to multiple transport protocols and more.
|
| Class and Description |
|---|
| DeviceType
Values for Device types
|
| Class and Description |
|---|
| Pollable
An item in a poll set.
|
| Poller
Poller for polling sockets and receiving callbacks for events.
|
| PollerType
Enumeration of poller types.
|
| PollListener
A listener of a Poller.
|
| Socket
ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering
(subscriptions), seamless access to multiple transport protocols and more.
|
| Class and Description |
|---|
| LoopHandler
Callback from within an event-driven reactor.
|
| Pollable
An item in a poll set.
|
| Reactor
An event-driven reactor.
|
| Socket
ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering
(subscriptions), seamless access to multiple transport protocols and more.
|
| Class and Description |
|---|
| Backgroundable
Capable of running in a background thread.
|
| Bindable
Used to create sockets capable of binding to local endpoints.
|
| Connectable
Used to create sockets capable of connecting to remote endpoints.
|
| Routable
A socket builder for a router socket.
|
| Socket
ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering
(subscriptions), seamless access to multiple transport protocols and more.
|
| SocketType
Values for Socket types
|
| Subscribable
A socket builder for a subscriber socket.
|
| TransportType
A ØMQ socket can use multiple different underlying transport mechanisms.
|
Copyright © 2019. All rights reserved.