Public Methods
Public Slots
Signals
Public Static Methods
[virtual]
Force termination
Returns: true if the slave survided the last mission.
Set host for url
Parameters:
host | to connect to.
|
port | to connect to.
|
user | to login as
|
passwd | to login with
|
Returns: Protocol handled by this slave, as seen by the user
(For FTP-proxy, this is FTP)
Returns: Protocol handled by this slave, internally
(For FTP-proxy, this is HTTP)
Returns: Host this slave is (was?) connected to
Returns: port this slave is (was?) connected to
Returns: User this slave is (was?) logged in as
Returns: Passwd used to log in
Slave* createSlave ( const KURL& url, int& error, QString& error_text )
|
[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.
void queueOnly (bool queue)
|
Returns: The time this slave has been idle.
Marks this slave as idle.
Connection * connection ()
|
Reimplemented from SlaveInterface.
[slot]
[slot]
[slot]
[signal]
Generated by: marc@yogi on Tue Mar 27 13:07:59 2001, using kdoc 2.0a48. |