|
|
void |
Force termination
bool |
Returns: true if the slave survided the last mission.
void |
Set host for url
Parameters:
host | to connect to. |
port | to connect to. |
user | to login as |
passwd | to login with |
void |
Open connection (forced).
void |
Close connection (forced).
QString |
Returns: Protocol handled by this slave
QString |
Returns: Host this slave is (was?) connected to
int |
Returns: port this slave is (was?) connected to
QString |
Returns: User this slave is (was?) logged in as
QString |
Returns: Passwd used to log in
Slave* |
[static]
Creates a new slave if the KIOSlavePool has no matching one. m_pSlave and m_strSlaveProtocol are set accordingly on success.
Parameters:
_error | is the error code on failure and undefined else. |
_error_text | is the error text on failure and undefined else. |
Returns: m_pSlave on success or 0L on failure.
time_t |
Returns: The time this slave has been idle.
void |
Marks this slave as idle.
Generated by: dfaure@faure on Sun Mar 26 14:24:43 2000, using kdoc 2.0a35. |