libzypp  10.5.0
zypp::media::TransferSettings::Impl Class Reference

List of all members.

Public Member Functions

 Impl ()
virtual ~Impl ()

Static Public Member Functions

static shared_ptr< Implnullimpl ()
 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

Implclone () const
 clone for RWCOW_pointer

Friends

ImplrwcowClone (const Impl *rhs)

Detailed Description

Definition at line 23 of file TransferSettings.cc.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Friends And Related Function Documentation

Impl* rwcowClone ( const Impl rhs) [friend]

Member Data Documentation

Definition at line 57 of file TransferSettings.cc.


The documentation for this class was generated from the following file: