libzypp 17.31.23
proxyinfolibproxy.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
12#ifndef ZYPP_MEDIA_PROXYINFO_PROXYINFOLIBPROXY_H
13#define ZYPP_MEDIA_PROXYINFO_PROXYINFOLIBPROXY_H
14
15#include <string>
16#include <map>
17
18#include <proxy.h>
19
20#include <zypp-core/base/DefaultIntegral>
21#include <zypp-curl/ProxyInfo>
23
24namespace zypp {
25 namespace media {
26
27
29 {
30 public:
35 bool enabled() const
36 { return _enabled; }
38 std::string proxy(const Url & url_r) const;
41 { return _no_proxy; }
46 private:
49 pxProxyFactory *_factory;
50 };
51
53
54 } // namespace media
55} // namespace zypp
56
57#endif // ZYPP_MEDIA_PROXYINFO_PROXYINFOLIBPROXY_H
Integral type with defined initial value when default constructed.
Url manipulation class.
Definition: Url.h:92
virtual ProxyInfo::NoProxyIterator noProxyEnd() const
DefaultIntegral< bool, false > _enabled
ProxyInfo::NoProxyList noProxy() const
virtual ProxyInfo::NoProxyIterator noProxyBegin() const
ProxyInfo::NoProxyList _no_proxy
std::list< std::string > NoProxyList
Definition: proxyinfo.h:34
std::list< std::string >::const_iterator NoProxyIterator
Definition: proxyinfo.h:35
Easy-to use interface to the ZYPP dependency resolver.
Definition: CodePitfalls.doc:2