libzypp
10.5.0
|
Public Member Functions | |
Impl () | |
virtual | ~Impl () |
Static Public Member Functions | |
static shared_ptr< Impl > | nullimpl () |
Offer default Impl. | |
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 |
bool | _head_requests_allowed |
Private Member Functions | |
Impl * | clone () const |
clone for RWCOW_pointer | |
Friends | |
Impl * | rwcowClone (const Impl *rhs) |
Definition at line 23 of file TransferSettings.cc.
zypp::media::TransferSettings::Impl::Impl | ( | ) | [inline] |
Definition at line 26 of file TransferSettings.cc.
virtual zypp::media::TransferSettings::Impl::~Impl | ( | ) | [inline, virtual] |
Definition at line 40 of file TransferSettings.cc.
static shared_ptr<Impl> zypp::media::TransferSettings::Impl::nullimpl | ( | ) | [inline, static] |
Offer default Impl.
Definition at line 44 of file TransferSettings.cc.
Impl* zypp::media::TransferSettings::Impl::clone | ( | ) | const [inline, private] |
clone for RWCOW_pointer
Definition at line 53 of file TransferSettings.cc.
vector<string> zypp::media::TransferSettings::Impl::_headers |
Definition at line 57 of file TransferSettings.cc.
Definition at line 58 of file TransferSettings.cc.
Definition at line 59 of file TransferSettings.cc.
Definition at line 60 of file TransferSettings.cc.
Definition at line 61 of file TransferSettings.cc.
Definition at line 62 of file TransferSettings.cc.
Definition at line 63 of file TransferSettings.cc.
Definition at line 64 of file TransferSettings.cc.
Definition at line 65 of file TransferSettings.cc.
Definition at line 66 of file TransferSettings.cc.
Definition at line 67 of file TransferSettings.cc.
Definition at line 68 of file TransferSettings.cc.
Definition at line 69 of file TransferSettings.cc.
Definition at line 71 of file TransferSettings.cc.
Definition at line 72 of file TransferSettings.cc.
Definition at line 73 of file TransferSettings.cc.
Definition at line 74 of file TransferSettings.cc.
Definition at line 76 of file TransferSettings.cc.
Definition at line 77 of file TransferSettings.cc.
Definition at line 78 of file TransferSettings.cc.
Definition at line 81 of file TransferSettings.cc.