#include <ProxyInfoSysconfig.h>
Public Member Functions | |
| ProxyInfoSysconfig (const Pathname &path) | |
| bool | enabled () const |
| std::string | proxy (const std::string &protocol_r) const |
| ProxyInfo::NoProxyList | noProxy () const |
| virtual ProxyInfo::NoProxyIterator | noProxyBegin () const |
| virtual ProxyInfo::NoProxyIterator | noProxyEnd () const |
Private Attributes | |
| bool | _enabled |
| ProxyInfo::NoProxyList | _no_proxy |
| std::map < std::string, std::string > | _proxies |
Definition at line 26 of file ProxyInfoSysconfig.h.
| zypp::media::ProxyInfoSysconfig::ProxyInfoSysconfig | ( | const Pathname & | path | ) |
Definition at line 28 of file ProxyInfoSysconfig.cc.
References _enabled, _no_proxy, _proxies, zypp::base::sysconfig::read(), and zypp::str::split().
| bool zypp::media::ProxyInfoSysconfig::enabled | ( | ) | const [inline, virtual] |
Implements zypp::media::ProxyInfo::Impl.
Definition at line 31 of file ProxyInfoSysconfig.h.
References _enabled.
| std::string zypp::media::ProxyInfoSysconfig::proxy | ( | const std::string & | protocol_r | ) | const [virtual] |
Implements zypp::media::ProxyInfo::Impl.
Definition at line 52 of file ProxyInfoSysconfig.cc.
References _proxies.
| ProxyInfo::NoProxyList zypp::media::ProxyInfoSysconfig::noProxy | ( | ) | const [inline, virtual] |
Implements zypp::media::ProxyInfo::Impl.
Definition at line 36 of file ProxyInfoSysconfig.h.
References _no_proxy.
| ProxyInfo::NoProxyIterator zypp::media::ProxyInfoSysconfig::noProxyBegin | ( | ) | const [virtual] |
Implements zypp::media::ProxyInfo::Impl.
Definition at line 60 of file ProxyInfoSysconfig.cc.
References _no_proxy.
| ProxyInfo::NoProxyIterator zypp::media::ProxyInfoSysconfig::noProxyEnd | ( | ) | const [virtual] |
Implements zypp::media::ProxyInfo::Impl.
Definition at line 63 of file ProxyInfoSysconfig.cc.
References _no_proxy.
bool zypp::media::ProxyInfoSysconfig::_enabled [private] |
Definition at line 43 of file ProxyInfoSysconfig.h.
Referenced by enabled(), and ProxyInfoSysconfig().
Definition at line 44 of file ProxyInfoSysconfig.h.
Referenced by noProxy(), noProxyBegin(), noProxyEnd(), and ProxyInfoSysconfig().
std::map<std::string,std::string> zypp::media::ProxyInfoSysconfig::_proxies [private] |
Definition at line 45 of file ProxyInfoSysconfig.h.
Referenced by proxy(), and ProxyInfoSysconfig().
1.5.3