|
|
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.
|
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
void |
Add key/value pairs to the meta data that is sent to the slave
MetaData |
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)
bool |
[const]
Returns: true if we got an (HTML) error page from the server instead of what we asked for. This currently only happens with HTTP urls. Call this from your slot connected to result().
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 |
[signal]
Emitted if the "put" job found an existing partial file
(in which case offset is the size of that file)
and emitted by the "get" job if it supports resuming to
the given offset - in this case offset
is unused)
void |
[ protected slots: virtual slot]
void |
[ protected slots: virtual slot]
Reimplemented from SimpleJob.
void |
[ protected slots: virtual slot]
void |
[ protected slots: virtual slot]
void |
[ protected slots: virtual slot]
void |
[ protected slots: virtual slot]
void |
[ protected slots: virtual slot]
void |
[ protected slots: virtual slot]
void |
[ protected slots: slot]
void |
[ protected slots: slot]
bool |
[ protected: ]
bool |
[ protected: ]
QByteArray |
[ protected: ]
KURL |
[ protected: ]
KURL::List |
[ protected: ]
QString |
[ protected: ]
MetaData |
[ protected: ]
MetaData |
[ protected: ]
TransferJob * |
[ protected: ]
Generated by: marc@yogi on Tue Mar 27 13:07:59 2001, using kdoc 2.0a48. |