libzypp
13.10.6
|
#include <ProxyInfoSysconfig.h>
Public Member Functions | |
ProxyInfoSysconfig (const Pathname &path) | |
bool | enabled () const |
std::string | proxy (const Url &url_r) const |
ProxyInfo::NoProxyList | noProxy () const |
virtual ProxyInfo::NoProxyIterator | noProxyBegin () const |
virtual ProxyInfo::NoProxyIterator | noProxyEnd () const |
Public Member Functions inherited from zypp::media::ProxyInfo::Impl | |
Impl () | |
Ctor. More... | |
virtual | ~Impl () |
Dtor. More... | |
bool | useProxyFor (const Url &url_r) const |
Return true if enabled and url_r does not match noProxy. More... | |
Private Attributes | |
DefaultIntegral< bool, false > | _enabled |
ProxyInfo::NoProxyList | _no_proxy |
std::map< std::string, std::string > | _proxies |
Additional Inherited Members | |
Static Public Attributes inherited from zypp::media::ProxyInfo::Impl | |
static shared_ptr< Impl > | _nullimpl |
Default Impl: empty sets. More... | |
Definition at line 27 of file ProxyInfoSysconfig.h.
zypp::media::ProxyInfoSysconfig::ProxyInfoSysconfig | ( | const Pathname & | path | ) |
Definition at line 28 of file ProxyInfoSysconfig.cc.
|
inlinevirtual |
Implements zypp::media::ProxyInfo::Impl.
Definition at line 32 of file ProxyInfoSysconfig.h.
|
virtual |
Implements zypp::media::ProxyInfo::Impl.
Definition at line 52 of file ProxyInfoSysconfig.cc.
|
inlinevirtual |
Implements zypp::media::ProxyInfo::Impl.
Definition at line 37 of file ProxyInfoSysconfig.h.
|
virtual |
Implements zypp::media::ProxyInfo::Impl.
Definition at line 60 of file ProxyInfoSysconfig.cc.
|
virtual |
Implements zypp::media::ProxyInfo::Impl.
Definition at line 63 of file ProxyInfoSysconfig.cc.
|
private |
Definition at line 44 of file ProxyInfoSysconfig.h.
|
private |
Definition at line 45 of file ProxyInfoSysconfig.h.
|
private |
Definition at line 46 of file ProxyInfoSysconfig.h.