|
ATLAS Offline Software
|
Go to the documentation of this file.
19 #ifndef VP1HTTPGETFILE_H
20 #define VP1HTTPGETFILE_H
42 const QString& localtargetfile,
43 const QString& md5sum =
"",
44 const QString&
data =
"" );
53 const QString& localtargetfile,
54 const QString&
data );
56 const QString& urltofile,
57 const QString& localtargetfile,
58 const QString&
data );
char data[hepevt_bytes_allocation_ATLAS]
void downloadThreadTerminated()
unsigned maxNumberOfPendingDownloads() const
void downloadThreadFinished()
unsigned numberOfPendingDownloads() const
QString startDownload(const QString &urltofile, const QString &localtargetfile, const QString &md5sum="", const QString &data="")
void downloadSuccessful(const QString &urltofile, const QString &localtargetfile, const QString &data)
VP1HttpGetFile(QObject *parent=0)
bool isDownloading(const QString &urltofile) const
void setMaxNumberOfPendingDownloads(unsigned)
void downloadFailed(const QString &error, const QString &urltofile, const QString &localtargetfile, const QString &data)
bool isDownloadingTo(const QString &localtargetfile) const
virtual ~VP1HttpGetFile()