class KIO.SlaveConfig |
|
|
SlaveConfig This class manages the configuration for io-slaves based on protocol and host. The Scheduler makes use of this class to configure the slave whenever it has to connect to a new host. You only need to use this class if you want to override specific configuration items of an io-slave when the io-slave is used by your application.
Normally io-slaves are being configured by "kio_ |
|
|
Query slave configuration for slaves of type protocol when dealing with host. |
|
Query a specific configuration key for slaves of type protocol when dealing with host. |
|
This signal is raised when a slave of type protocol deals with host for the first time. Your application can use this signal to make some last minute configuration changes with setConfigData based on the host. |
|
Undo any changes made by calls to setConfigData. |
|
|
Configure slaves of type protocol by setting key to value. If host is specified the configuration only applies when dealing with host. Changes made to the slave configuration only apply to slaves used by the current process. |
|
Configure slaves of type protocol with config. If host is specified the configuration only applies when dealing with host. Changes made to the slave configuration only apply to slaves used by the current process. |