| libzypp 17.36.7
    | 
#include <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 trueif 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.