| Package | Description |
|---|---|
| proton | Core user model and utility classes |
| proton.event | Event infrastructure |
| proton.codec | Data encode and decode |
| proton.reactor | IO integration and event dispatch |
| proton.handlers | Library of tools for event handling |
| proton.security | Encryption and authentication |
| proton.messenger | A home for the Messenger API |
| proton.extras | Extra classes that extend core Proton functionality |
| proton.types | Data types not supplied by the host language |
| proton.util | Utility classes not supplied by the host language |
The 'handlers' package is expected to contain more classes over time as the number of event-handling behaviors grow. By contrast, the other packages are expected to mostly stop growing once the necessary functionality is in place.
The 'event' and 'codec' packages are expected to see less mainstream usage and are therefore stowed a little further away.
The base Proton exception goes in 'proton', but more specific exception types would reside in the various subpackages above.
There are some classes we intend to deprecate or remove: Connector, Listener, Driver.
This may grow to have subpackages.
These are simple extensions to the language-provided standard library.