libzypp
13.10.6
|
#include <ProxyInfoImpl.h>
Public Member Functions | |
Impl () | |
Ctor. More... | |
virtual | ~Impl () |
Dtor. More... | |
virtual bool | enabled () const =0 |
virtual std::string | proxy (const Url &url_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. More... | |
Static Public Attributes | |
static shared_ptr< Impl > | _nullimpl |
Default Impl: empty sets. More... | |
Definition at line 25 of file ProxyInfoImpl.h.
|
inline |
Ctor.
Definition at line 28 of file ProxyInfoImpl.h.
|
inlinevirtual |
Dtor.
Definition at line 32 of file ProxyInfoImpl.h.
|
pure virtual |
Implemented in zypp::media::ProxyInfoLibproxy, and zypp::media::ProxyInfoSysconfig.
|
pure virtual |
Implemented in zypp::media::ProxyInfoLibproxy, and zypp::media::ProxyInfoSysconfig.
|
pure virtual |
Implemented in zypp::media::ProxyInfoLibproxy, and zypp::media::ProxyInfoSysconfig.
|
pure virtual |
Implemented in zypp::media::ProxyInfoLibproxy, and zypp::media::ProxyInfoSysconfig.
|
pure virtual |
Implemented in zypp::media::ProxyInfoLibproxy, and zypp::media::ProxyInfoSysconfig.
|
inline |
Return true
if enabled and url_r does not match noProxy.
Definition at line 48 of file ProxyInfoImpl.h.
|
static |
Default Impl: empty sets.
Definition at line 75 of file ProxyInfoImpl.h.