#include <ProxyInfoImpl.h>
Inheritance diagram for zypp::media::ProxyInfo::Impl:

Public Member Functions | |
| Impl () | |
| Ctor. | |
| virtual | ~Impl () |
| Dtor. | |
| virtual bool | enabled () const =0 |
| virtual std::string | proxy (const std::string &prorocol_r) const =0 |
| virtual ProxyInfo::NoProxyList | noProxy () const =0 |
| virtual ProxyInfo::NoProxyIterator | noProxyBegin () const =0 |
| virtual ProxyInfo::NoProxyIterator | noProxyEnd () const =0 |
| bool | useProxyFor (const Url &url_r) const |
Return true if enabled and url_r does not match noProxy. | |
Static Public Attributes | |
| static shared_ptr< Impl > | _nullimpl |
| Default Impl: empty sets. | |
Definition at line 25 of file ProxyInfoImpl.h.
|
|
Ctor.
Definition at line 28 of file ProxyInfoImpl.h. |
|
|
Dtor.
Definition at line 32 of file ProxyInfoImpl.h. |
|
|
Implemented in zypp::media::ProxyInfoSysconfig. Referenced by useProxyFor(). |
|
|
Implemented in zypp::media::ProxyInfoSysconfig. |
|
|
Implemented in zypp::media::ProxyInfoSysconfig. Referenced by useProxyFor(). |
|
|
Implemented in zypp::media::ProxyInfoSysconfig. |
|
|
Implemented in zypp::media::ProxyInfoSysconfig. |
|
|
Return
Definition at line 48 of file ProxyInfoImpl.h. References enabled(), for_, zypp::Url::getHost(), zypp::str::hasSuffix(), noProxy(), and zypp::str::toLower(). |
|
|
Default Impl: empty sets.
Definition at line 75 of file ProxyInfoImpl.h. |
1.4.6