Belle II Software development
Downloader Member List

This is the complete list of members for Downloader, including all inherited members.

calculateChecksum(std::istream &input)Downloaderprivatestatic
download(const std::string &url, std::ostream &stream, bool silentOnMissing=false)Downloader
Downloader()=defaultDownloader
ensureSession()Downloaderinline
escapeString(const std::string &text)Downloader
finishSession()Downloader
getBackoffFactor() constDownloaderinline
getConnectionTimeout() constDownloaderinline
getDefaultInstance()Downloaderstatic
getMaxRetries() constDownloaderinline
getStalledTimeout() constDownloaderinline
initializeRandomGeneratorSeed()Downloaderprivate
joinWithSlash(const std::string &base, const std::string &second)Downloader
m_backoffFactorDownloaderprivate
m_connectionTimeoutDownloaderprivate
m_maxRetriesDownloaderprivate
m_rndDownloaderprivate
m_rndDistributionDownloaderprivate
m_rndIsInitializedDownloaderprivate
m_sessionDownloaderprivate
m_stalledTimeoutDownloaderprivate
s_globalInitDownloaderprivatestatic
setBackoffFactor(unsigned int factor)Downloaderinline
setConnectionTimeout(unsigned int timeout)Downloader
setMaxRetries(unsigned int retries)Downloaderinline
setStalledTimeout(unsigned int timeout)Downloader
startSession()Downloader
verifyChecksum(std::istream &input, const std::string &checksum)Downloaderinline
~Downloader()Downloader