org.kde.koala

Class MultiGetJob

public class MultiGetJob extends TransferJob

The MultiGetJob is a TransferJob that allows you to get several files from a single server. Don't create directly, but use KIO.multi_get() instead. See MultiGetJobSignals for signals emitted by MultiGetJob

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
StringclassName()
QMetaObjectmetaObject()
protected voidslotData(byte[] data)
protected voidslotFinished()
protected voidslotMimetype(String mimetype)
protected voidslotRedirection(KURL url)
Get an additional file.
voidstart(Slave slave)
Called by the scheduler when a slave gets to work on this job.

Constructor Detail

MultiGetJob

protected MultiGetJob(Class dummy)

MultiGetJob

public MultiGetJob(KURL url, boolean showProgressInfo)
Do not create a MultiGetJob directly, use KIO.multi_get() instead.

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.

Method Detail

className

public String className()

metaObject

public QMetaObject metaObject()

slotData

protected void slotData(byte[] data)

slotFinished

protected void slotFinished()

slotMimetype

protected void slotMimetype(String mimetype)

slotRedirection

protected void slotRedirection(KURL url)
Get an additional file.

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.

start

public void start(Slave slave)
Called by the scheduler when a slave gets to work on this job.

Parameters: slave the slave that starts working on this job

UNKNOWN: