libzypp 17.31.23
|
Static Public Attributes | |
static constexpr auto | stateId = Download::DlSimple |
Additional Inherited Members | |
Public Types inherited from zyppng::BasicDownloaderStateBase | |
using | Request = DownloadPrivateBase::Request |
Public Types inherited from zyppng::MirrorHandlingStateBase | |
enum | PrepareResult { Failed , Ok , Delayed } |
Public Attributes inherited from zyppng::BasicDownloaderStateBase | |
std::shared_ptr< Request > | _request |
std::optional< std::string > | _chksumtype |
std::optional< UByteArray > | _chksumVec |
Public Attributes inherited from zyppng::MirrorHandlingStateBase | |
std::vector< Url > | _fileMirrors |
Protected Member Functions inherited from zyppng::BasicDownloaderStateBase | |
void | startWithMirror (MirrorControl::MirrorHandle mirror, const zypp::Url &url, const TransferSettings &set) |
void | startWithoutMirror () |
void | startRequest () |
virtual void | handleRequestProgress (NetworkRequest &req, off_t dltotal, off_t dlnow) |
Protected Attributes inherited from zyppng::BasicDownloaderStateBase | |
NetworkRequestError | _error |
Signal< void() > | _sigFinished |
Signal< void() > | _sigFailed |
Just a plain normal file download, no metalink, nothing fancy. If this fails we have no more fallbacks
Definition at line 29 of file normal_p.h.
zyppng::DlNormalFileState::DlNormalFileState | ( | DownloadPrivate & | parent | ) |
Definition at line 18 of file normal_p.cc.
zyppng::DlNormalFileState::DlNormalFileState | ( | std::shared_ptr< Request > && | oldReq, |
DownloadPrivate & | parent | ||
) |
Definition at line 24 of file normal_p.cc.
std::shared_ptr< FinishedState > zyppng::DlNormalFileState::transitionToFinished | ( | ) |
Definition at line 29 of file normal_p.cc.
|
inline |
Definition at line 37 of file normal_p.h.
|
inline |
Definition at line 40 of file normal_p.h.
|
staticconstexpr |
Definition at line 30 of file normal_p.h.