Here is a list of all modules:
[detail level 12]
| ▼Core | Core protocol entities and event handling |
| Connection | A channel for communication between two peers on a network |
| Session | A container of links |
| Link | A channel for transferring messages |
| Terminus | A source or target for messages |
| Message | A mutable holder of application content |
| Delivery | A message transfer |
| Condition | An endpoint error state |
| Event | Protocol and transport events |
| Transport | A network channel supporting an AMQP connection |
| SASL | SASL secure transport layer |
| SSL | SSL secure transport layer |
| Error | A Proton API error |
| ▼Types | AMQP and API data types |
| AMQP data types | AMQP data types |
| API data types | Additional data types used in the API |
| ▼Codec | AMQP data encoding and decoding |
| Data | A data structure for AMQP data |
| ▼IO | IO integration interfaces |
| Proactor | Experimental - Multithreaded IO |
| Connection driver | Experimental - Low-level IO integration |
| Messenger | Deprecated - The Messenger API |
| URL | Deprecated - A URL parser |