libzypp 17.35.9
|
#include <zypp-core/zyppng/base/statemachine.h>
#include "downloaderstates/base_p.h"
#include "downloaderstates/initial_p.h"
#include "downloaderstates/detectmeta_p.h"
#include "downloaderstates/metalinkinfo_p.h"
#include "downloaderstates/preparemulti_p.h"
#include "downloaderstates/metalink_p.h"
#include "downloaderstates/normal_p.h"
#include "downloaderstates/final_p.h"
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 | |