#include <ProxyInfoSysconfig.h>
Inheritance diagram for zypp::media::ProxyInfoSysconfig:

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 25 of file ProxyInfoSysconfig.h.
|
|
Definition at line 64 of file ProxyInfoSysconfig.cc. References _enabled, _no_proxy, _proxies, zypp::filesystem::Pathname::relative(), zypp::str::split(), and zypp::media::proxyinfo::sysconfigRead(). |
|
|
Implements zypp::media::ProxyInfo::Impl. Definition at line 30 of file ProxyInfoSysconfig.h. References _enabled. |
|
|
Implements zypp::media::ProxyInfo::Impl. Definition at line 88 of file ProxyInfoSysconfig.cc. References _proxies. |
|
|
Implements zypp::media::ProxyInfo::Impl. Definition at line 35 of file ProxyInfoSysconfig.h. References _no_proxy. |
|
|
Implements zypp::media::ProxyInfo::Impl. Definition at line 96 of file ProxyInfoSysconfig.cc. References _no_proxy. |
|
|
Implements zypp::media::ProxyInfo::Impl. Definition at line 99 of file ProxyInfoSysconfig.cc. References _no_proxy. |
|
|
Definition at line 42 of file ProxyInfoSysconfig.h. Referenced by enabled(), and ProxyInfoSysconfig(). |
|
|
Definition at line 43 of file ProxyInfoSysconfig.h. Referenced by noProxy(), noProxyBegin(), noProxyEnd(), and ProxyInfoSysconfig(). |
|
|
Definition at line 44 of file ProxyInfoSysconfig.h. Referenced by proxy(), and ProxyInfoSysconfig(). |
1.4.6