| Class | Description | 
                            | AbstractConnectionSourceFactory | Abstract implementation of the ConnectionSourceFactory interface | 
                            | AbstractConnectionSources | Abstract implementation of the ConnectionSources interface | 
                            | ConnectionSourceSettings | Default settings shared across all implementations | 
                            | ConnectionSourceSettings.CustomSettings | Any custom settings | 
                            | ConnectionSourceSettings.DefaultSettings | Represents the default settings | 
                            | ConnectionSourceSettingsBuilder | Builder for the default settings | 
                            | ConnectionSourcesInitializer | Initializer sequence for creating ConnectionSources | 
                            | ConnectionSourcesSupport | Utility methods for ConnectionSource handling | 
                            | DefaultConnectionSource | Abstract implementation of the ConnectionSource interface | 
                            | InMemoryConnectionSources | Default implementation of the ConnectionSources interface. | 
                            | SingletonConnectionSources | Models a ConnectionSources object that only supports a single connection | 
                            | SingletonConnectionSources.NullConnectionFactory |  | 
                            | StaticConnectionSources | A static non-mutable implementation for existing for a set of existing ConnectionSource instances |