Obsolete Members for KProtocolManager
The following members of class KProtocolManager are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Static Public Members
(deprecated in 6.11) int | connectTimeout() |
(deprecated in 6.26) int | minimumKeepSize() |
(deprecated in 6.11) int | proxyConnectTimeout() |
(deprecated in 6.11) int | readTimeout() |
(deprecated in 6.11) int | responseTimeout() |
Member Function Documentation
[static, deprecated in 6.11] int KProtocolManager::connectTimeout()
This function is deprecated since 6.11. We strongly advise against using it in new code.
Returns the preferred timeout value for remote connections in seconds.
Returns the timeout value for remote connection in secs.
This is not used.
[static, deprecated in 6.26] int KProtocolManager::minimumKeepSize()
This function is deprecated since 6.26. We strongly advise against using it in new code.
Returns the minimum file size for keeping aborted downloads.
Any data downloaded that does not meet this minimum requirement will simply be discarded. The default size is 5 KB.
Use DEFAULT_MINIMUM_KEEP_SIZE
[static, deprecated in 6.11] int KProtocolManager::proxyConnectTimeout()
This function is deprecated since 6.11. We strongly advise against using it in new code.
Returns the preferred timeout value for proxy connections in seconds.
Returns the timeout value for proxy connection in secs.
This is not used.
[static, deprecated in 6.11] int KProtocolManager::readTimeout()
This function is deprecated since 6.11. We strongly advise against using it in new code.
Returns the preferred timeout value for reading from remote connections in seconds.
Returns the timeout value for remote connection in secs.
This is not used.
[static, deprecated in 6.11] int KProtocolManager::responseTimeout()
This function is deprecated since 6.11. We strongly advise against using it in new code.
Returns the preferred response timeout value for remote connecting in seconds.
Returns the timeout value for remote connection in seconds.
This is not used.