libzypp 17.34.1
downloader_p.h File Reference
Include dependency graph for downloader_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zyppng::DownloadPrivate
 
class  zyppng::DownloaderPrivate
 

Namespaces

namespace  zyppng
 

Typedefs

template<typename Derived >
using zyppng::DownloadStatemachine
 our known states: InitialState //< initial state before we start downloading DetectMetalinkState //< First attempt to get the zchunk header, but we might receive metalink data instead DlMetaLinkInfoState //< We got Metalink, lets get the full metalink file or we got no zchunk in the first place PrepareMultiState //< Parsing the metalink file and preparing the mirrors DLZckHeadState //< Download the ZChunk Header DLZckState //< Download the File in ZChunk Mode DlMetalinkState //< Download the File in Metalink Mode DlNormalFileState //< Simple Plain download, no chunking FinishedState //< We are done