org.kde.koala

Class DavJob

public class DavJob extends TransferJob

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.

See Also: DavJob DavJob DavJob

UNKNOWN: The transfer job pumps data into and/or out of a Slave.

Constructor Summary
protected DavJob(Class dummy)
DavJob(KURL url, int method, String request, boolean showProgressInfo)
Use KIO.davPropFind(), KIO.davPropPatch() and KIO.davSearch() to create a new DavJob.
Method Summary
StringclassName()
QMetaObjectmetaObject()
QDomDocumentresponse()
Returns the response as a QDomDocument.
protected voidslotData(byte[] data)
protected voidslotFinished()

Constructor Detail

DavJob

protected DavJob(Class dummy)

DavJob

public DavJob(KURL url, int method, String request, boolean showProgressInfo)
Use KIO.davPropFind(), KIO.davPropPatch() and KIO.davSearch() to create a new DavJob.

UNKNOWN: Use KIO.davPropFind(), KIO.davPropPatch() and KIO.davSearch() to create a new DavJob.

Method Detail

className

public String className()

metaObject

public QMetaObject metaObject()

response

public QDomDocument response()
Returns the response as a QDomDocument.

Returns: the response document

UNKNOWN: Returns the response as a QDomDocument.

slotData

protected void slotData(byte[] data)

slotFinished

protected void slotFinished()