|
|
The tranfer 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.
|
void |
[virtual]
Reimplemented from SimpleJob.
void |
[virtual]
Called when m_subJob finishes.
Reimplemented from Job.
void |
Flow control. Suspend data processing from the slave.
void |
Flow control. Resume data processing from the slave.
void |
Set meta data to be sent to the slave.
void |
Add key/value pair to the meta data that is sent to the slave
MetaData |
Get meta data received from the slave. (Valid when first data is received and/or slave is finished)
QString |
Query meta data received from the slave. (Valid when first data is received and/or slave is finished)
void |
[signal]
Data from the slave has arrived.
Parameters:
data | data received from the slave End of data (EOD) has been reached if data.size() == 0 |
void |
[signal]
Request for data.
Parameters:
data | buffer to fill with data to send to the slave. An empty buffer indicates end of data. (EOD) |
void |
[signal]
Signals a redirection Use to update the URL shown to the user The redirection itself is handled internally
void |
[signal]
Mimetype determined
void |
[protected virtual slot]
void |
[protected virtual slot]
Reimplemented from SimpleJob.
void |
[protected virtual slot]
void |
[protected virtual slot]
void |
[protected virtual slot]
void |
[protected virtual slot]
void |
[protected virtual slot]
void |
[protected virtual slot]
bool |
[protected]
QByteArray |
[protected]
KURL |
[protected]
KURL::List |
[protected]
QString |
[protected]
MetaData |
[protected]
MetaData |
[protected]
TransferJob * |
[protected]
Generated by: prospector@porky.devel.redhat.com on Thu Aug 24 05:36:06 2000, using kdoc 2.0a36. |