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