org.kde.koala
public class DavJob extends TransferJob
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 | |
---|---|
String | className() |
QMetaObject | metaObject() |
QDomDocument | response()
Returns the response as a QDomDocument. |
protected void | slotData(byte[] data) |
protected void | slotFinished() |
UNKNOWN: Use KIO.davPropFind(), KIO.davPropPatch() and KIO.davSearch() to create a new DavJob.
Returns: the response document
UNKNOWN: Returns the response as a QDomDocument.