|
ZeroEQ
0.9.0
ZeroEQ - Zero Event Queue
|
| ▼Nzeroeq | Publish-subscribe and request-reply |
| ▼Nconnection | Connection broker to introduce remote publishers to a subscriber |
| CBroker | Brokers subscription requests for a zeroeq::Receiver |
| CService | Subscribes a Publisher to a remote receiver using a connection::Broker |
| ▼Nhttp | HTTP protocol support |
| CRequest | HTTP Request with method, path and body |
| CResponse | Response to an HTTP Request |
| CServer | Serves HTTP GET and PUT requests for servus::Serializable objects |
| CClient | Requests a remote procedure call on a Server |
| CMonitor | Monitors a Sender and notifies on events on its socket |
| CPublisher | Serves and publishes events, consumed by Subscriber |
| CReceiver | Base class for entities receiving data |
| CSender | Interface for entities sending data |
| CServer | Serves request from one or more Client(s) |
| CSubscriber | Subscribes to Publisher to receive events |
| CURI | Enhances servus::URI to guarantee the existance of a schema and to allow construction of [host][:port] URIs from string |
| CVersion | Information about the current ZeroEQ version |
| ▼Nzeroeqhttp | |
| CVersion | Information about the current ZeroEQHTTP version |