kio
KIO::DavJob Class Reference
The transfer job pumps data into and/or out of a Slave. More...
#include <davjob.h>
Inheritance diagram for KIO::DavJob:
Public Member Functions | |
DavJob (const KURL &url, int method, const QString &request, bool showProgressInfo) | |
QDomDocument & | response () |
Protected Slots | |
virtual void | slotData (const QByteArray &data) |
virtual void | slotFinished () |
Protected Attributes | |
TransferJob * | m_subJob |
bool | m_suspended |
Detailed Description
The transfer job pumps data into and/or out of a Slave.Data is sent to the slave on request of the slave ( dataReq). If data coming from the slave can not be handled, the reading of data from the slave should be suspended.
- Since:
- 3.1
Definition at line 57 of file davjob.h.
Constructor & Destructor Documentation
DavJob::DavJob | ( | const KURL & | url, | |
int | method, | |||
const QString & | request, | |||
bool | showProgressInfo | |||
) |
Use KIO::davPropFind(), KIO::davPropPatch() and KIO::davSearch() to create a new DavJob.
Definition at line 52 of file davjob.cpp.
Member Function Documentation
QDomDocument& KIO::DavJob::response | ( | ) | [inline] |
void DavJob::slotData | ( | const QByteArray & | data | ) | [protected, virtual, slot] |
void DavJob::slotFinished | ( | ) | [protected, virtual, slot] |
Called when the slave marks the job as finished.
Reimplemented from KIO::TransferJob.
Definition at line 77 of file davjob.cpp.
Member Data Documentation
TransferJob* KIO::DavJob::m_subJob [protected] |
bool KIO::DavJob::m_suspended [protected] |
The documentation for this class was generated from the following files: