proton/annotation_key.hpp [code] | A key for use with AMQP annotation maps. |
proton/binary.hpp [code] | Arbitrary binary data. |
proton/byte_array.hpp [code] | Arbitrary fixed-size data. |
proton/connect_config.hpp [code] | |
proton/connection.hpp [code] | A connection to a remote AMQP peer. |
proton/connection_options.hpp [code] | Options for creating a connection. |
proton/container.hpp [code] | A top-level container of connections, sessions, and links. |
proton/decimal.hpp [code] | AMQP decimal types |
proton/default_container.hpp [code] | Deprecated** - Use the API in `container.hpp` |
proton/delivery.hpp [code] | A received message. |
proton/delivery_mode.hpp [code] | The message delivery policy to establish when opening a link. |
proton/duration.hpp [code] | A span of time in milliseconds. |
proton/endpoint.hpp [code] | The base class for session, connection, and link. |
proton/error.hpp [code] | The base Proton error. |
proton/error_condition.hpp [code] | Describes an endpoint error state. |
proton/function.hpp [code] | Deprecated** - Use the API in `work_queue.hpp` |
proton/fwd.hpp [code] | Forward declarations |
proton/link.hpp [code] | A named channel for sending or receiving messages. |
proton/listen_handler.hpp [code] | **Unsettled API** - A handler for incoming connections. |
proton/listener.hpp [code] | A listener for incoming connections. |
proton/map.hpp [code] | A collection of key-value pairs. |
proton/message.hpp [code] | An AMQP message. |
proton/message_id.hpp [code] | An AMQP message ID. |
proton/messaging_handler.hpp [code] | A handler for Proton messaging events. |
proton/namespaces.hpp [code] | Namespace declarations |
proton/null.hpp [code] | The type of the AMQP null value. |
proton/receiver.hpp [code] | A channel for receiving messages. |
proton/receiver_options.hpp [code] | Options for creating a receiver. |
proton/reconnect_options.hpp [code] | **Unsettled API** - Options for reconnect and failover after connection loss. |
proton/returned.hpp [code] | A return type for container methods. |
proton/sasl.hpp [code] | SASL information. |
proton/scalar.hpp [code] | A holder for an instance of any scalar AMQP type. |
proton/scalar_base.hpp [code] | The base class for scalar types. |
proton/sender.hpp [code] | A channel for sending messages. |
proton/sender_options.hpp [code] | Options for creating a sender. |
proton/session.hpp [code] | A container of senders and receivers. |
proton/session_options.hpp [code] | Options for creating a session. |
proton/source.hpp [code] | A point of origin for messages. |
proton/source_options.hpp [code] | Options for creating a source node for a sender or receiver. |
proton/ssl.hpp [code] | SSL information. |
proton/symbol.hpp [code] | A string that represents the AMQP symbol type. |
proton/target.hpp [code] | A destination for messages. |
proton/target_options.hpp [code] | Options for creating a target node for a sender or receiver. |
proton/terminus.hpp [code] | One end of a link, either a source or a target. |
proton/thread_safe.hpp [code] | Deprecated** - No longer used |
proton/timestamp.hpp [code] | A 64-bit timestamp in milliseconds since the Unix epoch. |
proton/tracker.hpp [code] | A tracker for a sent message. |
proton/transfer.hpp [code] | The base class for delivery and tracker. |
proton/transport.hpp [code] | A network channel supporting an AMQP connection. |
proton/type_id.hpp [code] | Type IDs for AMQP data types |
proton/types.hpp [code] | Proton types used to represent AMQP types |
proton/types_fwd.hpp [code] | Forward declarations for Proton types used to represent AMQP types |
proton/url.hpp [code] | Deprecated** - Use a third-party URL library |
proton/uuid.hpp [code] | A 16-byte universally unique identifier. |
proton/value.hpp [code] | A holder for any AMQP value, simple or complex. |
proton/work_queue.hpp [code] | **Unsettled API** - A context for thread-safe execution of work. |
proton/codec/common.hpp [code] | Unsettled API** - Shared codec functions |
proton/codec/decoder.hpp [code] | **Unsettled API** - A stream-like decoder from AMQP bytes to C++ values. |
proton/codec/deque.hpp [code] | Unsettled API** - Enable conversions between `protonvalue` and `stddeque` |
proton/codec/encoder.hpp [code] | **Unsettled API** - A stream-like encoder from C++ values to AMQP bytes. |
proton/codec/forward_list.hpp [code] | Unsettled API** - Enable conversions between `protonvalue` and `stdforward_list` |
proton/codec/list.hpp [code] | Unsettled API** - Enable conversions between `protonvalue` and `stdlist` |
proton/codec/map.hpp [code] | Unsettled API** - Enable conversions between `protonvalue` and `stdmap` |
proton/codec/unordered_map.hpp [code] | Unsettled API** - Enable conversions between `protonvalue` and `stdunordered_map` |
proton/codec/vector.hpp [code] | Unsettled API** - Enable conversions between `protonvalue` and `stdvector` |
proton/io/connection_driver.hpp [code] | **Unsettled API** - An AMQP driver for a single connection. |