libzypp
13.10.6
|
Public Member Functions | |
Impl () | |
virtual | ~Impl () |
Static Public Member Functions | |
static shared_ptr< Impl > | nullimpl () |
Offer default Impl. More... | |
Public Attributes | |
vector< string > | _headers |
string | _useragent |
string | _username |
string | _password |
bool | _useproxy |
string | _proxy |
string | _proxy_username |
string | _proxy_password |
string | _authtype |
long | _timeout |
long | _connect_timeout |
Url | _url |
Pathname | _targetdir |
long | _maxConcurrentConnections |
long | _minDownloadSpeed |
long | _maxDownloadSpeed |
long | _maxSilentTries |
bool | _verify_host |
bool | _verify_peer |
Pathname | _ca_path |
Pathname | _client_cert_path |
Pathname | _client_key_path |
bool | _head_requests_allowed |
Private Member Functions | |
Impl * | clone () const |
clone for RWCOW_pointer More... | |
Friends | |
Impl * | rwcowClone (const Impl *rhs) |
Definition at line 22 of file TransferSettings.cc.
|
inline |
Definition at line 25 of file TransferSettings.cc.
|
inlinevirtual |
Definition at line 39 of file TransferSettings.cc.
|
inlinestatic |
Offer default Impl.
Definition at line 43 of file TransferSettings.cc.
|
inlineprivate |
clone for RWCOW_pointer
Definition at line 52 of file TransferSettings.cc.
vector<string> zypp::media::TransferSettings::Impl::_headers |
Definition at line 56 of file TransferSettings.cc.
string zypp::media::TransferSettings::Impl::_useragent |
Definition at line 57 of file TransferSettings.cc.
string zypp::media::TransferSettings::Impl::_username |
Definition at line 58 of file TransferSettings.cc.
string zypp::media::TransferSettings::Impl::_password |
Definition at line 59 of file TransferSettings.cc.
bool zypp::media::TransferSettings::Impl::_useproxy |
Definition at line 60 of file TransferSettings.cc.
string zypp::media::TransferSettings::Impl::_proxy |
Definition at line 61 of file TransferSettings.cc.
string zypp::media::TransferSettings::Impl::_proxy_username |
Definition at line 62 of file TransferSettings.cc.
string zypp::media::TransferSettings::Impl::_proxy_password |
Definition at line 63 of file TransferSettings.cc.
string zypp::media::TransferSettings::Impl::_authtype |
Definition at line 64 of file TransferSettings.cc.
long zypp::media::TransferSettings::Impl::_timeout |
Definition at line 65 of file TransferSettings.cc.
long zypp::media::TransferSettings::Impl::_connect_timeout |
Definition at line 66 of file TransferSettings.cc.
Url zypp::media::TransferSettings::Impl::_url |
Definition at line 67 of file TransferSettings.cc.
Pathname zypp::media::TransferSettings::Impl::_targetdir |
Definition at line 68 of file TransferSettings.cc.
long zypp::media::TransferSettings::Impl::_maxConcurrentConnections |
Definition at line 70 of file TransferSettings.cc.
long zypp::media::TransferSettings::Impl::_minDownloadSpeed |
Definition at line 71 of file TransferSettings.cc.
long zypp::media::TransferSettings::Impl::_maxDownloadSpeed |
Definition at line 72 of file TransferSettings.cc.
long zypp::media::TransferSettings::Impl::_maxSilentTries |
Definition at line 73 of file TransferSettings.cc.
bool zypp::media::TransferSettings::Impl::_verify_host |
Definition at line 75 of file TransferSettings.cc.
bool zypp::media::TransferSettings::Impl::_verify_peer |
Definition at line 76 of file TransferSettings.cc.
Pathname zypp::media::TransferSettings::Impl::_ca_path |
Definition at line 77 of file TransferSettings.cc.
Pathname zypp::media::TransferSettings::Impl::_client_cert_path |
Definition at line 78 of file TransferSettings.cc.
Pathname zypp::media::TransferSettings::Impl::_client_key_path |
Definition at line 79 of file TransferSettings.cc.
bool zypp::media::TransferSettings::Impl::_head_requests_allowed |
Definition at line 82 of file TransferSettings.cc.