libzypp 17.31.23
zyppng::DownloaderPrivate Class Reference

#include </home/abuild/rpmbuild/BUILD/libzypp-17.31.23/zypp-curl/ng/network/private/downloader_p.h>

Inheritance diagram for zyppng::DownloaderPrivate:

Public Member Functions

 DownloaderPrivate (std::shared_ptr< MirrorControl > mc, Downloader &p)
 
void onDownloadStarted (Download &download)
 
void onDownloadFinished (Download &download)
 

Public Attributes

std::vector< std::shared_ptr< Download > > _runningDownloads
 
std::shared_ptr< NetworkRequestDispatcher > _requestDispatcher
 
Signal< void(Downloader &parent, Download &download)> _sigStarted
 
Signal< void(Downloader &parent, Download &download)> _sigFinished
 
Signal< void(Downloader &parent)> _queueEmpty
 
std::shared_ptr< MirrorControl_mirrors
 

Detailed Description

Definition at line 97 of file downloader_p.h.

Constructor & Destructor Documentation

◆ DownloaderPrivate()

zyppng::DownloaderPrivate::DownloaderPrivate ( std::shared_ptr< MirrorControl mc,
Downloader p 
)

Definition at line 335 of file downloader.cc.

Member Function Documentation

◆ onDownloadStarted()

void zyppng::DownloaderPrivate::onDownloadStarted ( Download download)

Definition at line 345 of file downloader.cc.

◆ onDownloadFinished()

void zyppng::DownloaderPrivate::onDownloadFinished ( Download download)

Definition at line 350 of file downloader.cc.

Member Data Documentation

◆ _runningDownloads

std::vector< std::shared_ptr<Download> > zyppng::DownloaderPrivate::_runningDownloads

Definition at line 103 of file downloader_p.h.

◆ _requestDispatcher

std::shared_ptr<NetworkRequestDispatcher> zyppng::DownloaderPrivate::_requestDispatcher

Definition at line 104 of file downloader_p.h.

◆ _sigStarted

Signal< void ( Downloader &parent, Download& download )> zyppng::DownloaderPrivate::_sigStarted

Definition at line 109 of file downloader_p.h.

◆ _sigFinished

Signal< void ( Downloader &parent, Download& download )> zyppng::DownloaderPrivate::_sigFinished

Definition at line 110 of file downloader_p.h.

◆ _queueEmpty

Signal< void ( Downloader &parent )> zyppng::DownloaderPrivate::_queueEmpty

Definition at line 111 of file downloader_p.h.

◆ _mirrors

std::shared_ptr<MirrorControl> zyppng::DownloaderPrivate::_mirrors

Definition at line 112 of file downloader_p.h.


The documentation for this class was generated from the following files: