Go to the documentation of this file.
18 #ifndef CUPT_DOWNLOAD_METHODFACTORY_SEEN
19 #define CUPT_DOWNLOAD_METHODFACTORY_SEEN
23 #include <cupt/fwd.hpp>
30 class MethodFactoryImpl;
39 internal::MethodFactoryImpl* __impl;
base class of download methods
Definition: method.hpp:33
~MethodFactory()
destructor
uniform resource indentifier, "download path"
Definition: uri.hpp:38
MethodFactory(const Config &config)
constructor
Method * getDownloadMethodForUri(const Uri &uri) const
gets download method for uri
class to get a download method for URIs
Definition: methodfactory.hpp:38
stores library's configuration variables
Definition: config.hpp:35