KDUpdater::FileDownloaderProxyFactory Class
class KDUpdater::FileDownloaderProxyFactoryThe FileDownloaderProxyFactory class provides fine-grained proxy selection. More...
Header: | #include <FileDownloaderProxyFactory> |
Inherits: | QNetworkProxyFactory |
Public Functions
virtual | ~FileDownloaderProxyFactory() |
virtual KDUpdater::FileDownloaderProxyFactory * | clone() const = 0 |
Detailed Description
File downloader objects use a proxy factory to determine a more specific list of proxies to be used for a given request, instead of trying to use the same proxy value for all requests. This might only be of use for HTTP or FTP requests.
Member Function Documentation
[virtual noexcept]
FileDownloaderProxyFactory::~FileDownloaderProxyFactory()
Destroys the file downloader proxy factory.
[pure virtual]
KDUpdater::FileDownloaderProxyFactory *FileDownloaderProxyFactory::clone() const
Clones a file downloader proxy factory.
© 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. The Qt Company, Qt and their respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.