libzypp 17.31.23
|
#include </home/abuild/rpmbuild/BUILD/libzypp-17.31.23/zypp-curl/proxyinfo/proxyinfoimpl.h>
Public Member Functions | |
Impl () | |
Ctor. | |
virtual | ~Impl () |
Dtor. | |
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. | |
Static Public Attributes | |
static shared_ptr< Impl > | _nullimpl |
Default Impl: empty sets. | |
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.
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.