org.kde.koala
public class MultiGetJob extends TransferJob
See Also: MultiGetJob
UNKNOWN: The MultiGetJob is a TransferJob that allows you to get several files from a single server.
Constructor Summary | |
---|---|
protected | MultiGetJob(Class dummy) |
MultiGetJob(KURL url, boolean showProgressInfo)
Do not create a MultiGetJob directly, use KIO.multi_get()
instead. |
Method Summary | |
---|---|
String | className() |
QMetaObject | metaObject() |
protected void | slotData(byte[] data) |
protected void | slotFinished() |
protected void | slotMimetype(String mimetype) |
protected void | slotRedirection(KURL url)
Get an additional file. |
void | start(Slave slave)
Called by the scheduler when a slave gets to
work on this job. |
Parameters: url the first url to get showProgressInfo true to show progress information to the user
UNKNOWN: Do not create a MultiGetJob directly, use KIO.multi_get() instead.
Parameters: id the id of the file url the url of the file to get metaData the meta data for this request
UNKNOWN: Get an additional file.
slave
gets to
work on this job.Parameters: slave the slave that starts working on this job
UNKNOWN: