Provides access to the connection service of RSSOwl. This service provides API to load data from the internet (e.g. loading the contents of a feed). It is also the central place to ask for credentials if a resource requires authentication. Several extension points allow to customize the behavor of this service, including the ability to register IProtocolHandler to define the lookup process on per protocol basis or contributing ICredentialsProvider to define how credentials should be stored and retrieved.
@author bpasero
@see IProtocolHandler
@see ICredentialsProvider
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.