CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
download::DownloadManager::ProxyInfo Struct Reference

#include <download.h>

Collaboration diagram for download::DownloadManager::ProxyInfo:

Public Member Functions

 ProxyInfo ()
 
 ProxyInfo (const std::string &url)
 
 ProxyInfo (const dns::Host &host, const std::string &url)
 
std::string Print ()
 

Public Attributes

dns::Host host
 
std::string url
 

Detailed Description

Definition at line 122 of file download.h.

Constructor & Destructor Documentation

download::DownloadManager::ProxyInfo::ProxyInfo ( )
inline

Definition at line 123 of file download.h.

download::DownloadManager::ProxyInfo::ProxyInfo ( const std::string &  url)
inlineexplicit

Definition at line 124 of file download.h.

download::DownloadManager::ProxyInfo::ProxyInfo ( const dns::Host host,
const std::string &  url 
)
inline

Definition at line 125 of file download.h.

Member Function Documentation

string download::DownloadManager::ProxyInfo::Print ( )

Definition at line 847 of file download.cc.

Here is the call graph for this function:

Member Data Documentation

dns::Host download::DownloadManager::ProxyInfo::host

Definition at line 130 of file download.h.

Referenced by download::DownloadManager::SetUrlOptions().

std::string download::DownloadManager::ProxyInfo::url

The documentation for this struct was generated from the following files: