bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
http::ProxyConfig Class Reference
Collaboration diagram for http::ProxyConfig:
Collaboration graph

Public Member Functions

int auth_type ()
 
std::string host ()
 
bool is_configured ()
 
std::string no_proxy_regex ()
 
std::string password ()
 
int port ()
 
std::string protocol ()
 
std::string proxy_password ()
 
std::string user ()
 

Static Public Member Functions

static ProxyConfigtheOne ()
 

Detailed Description

Definition at line 14 of file ProxyConfig.h.

Member Function Documentation

◆ auth_type()

int http::ProxyConfig::auth_type ( )
inline

Definition at line 58 of file ProxyConfig.h.

◆ host()

std::string http::ProxyConfig::host ( )
inline

Definition at line 48 of file ProxyConfig.h.

◆ is_configured()

bool http::ProxyConfig::is_configured ( )
inline

Definition at line 62 of file ProxyConfig.h.

◆ no_proxy_regex()

std::string http::ProxyConfig::no_proxy_regex ( )
inline

Definition at line 60 of file ProxyConfig.h.

◆ password()

std::string http::ProxyConfig::password ( )
inline

Definition at line 50 of file ProxyConfig.h.

◆ port()

int http::ProxyConfig::port ( )
inline

Definition at line 56 of file ProxyConfig.h.

◆ protocol()

std::string http::ProxyConfig::protocol ( )
inline

Definition at line 46 of file ProxyConfig.h.

◆ proxy_password()

std::string http::ProxyConfig::proxy_password ( )
inline

Definition at line 54 of file ProxyConfig.h.

◆ theOne()

ProxyConfig * http::ProxyConfig::theOne ( )
static

Definition at line 29 of file ProxyConfig.cc.

◆ user()

std::string http::ProxyConfig::user ( )
inline

Definition at line 52 of file ProxyConfig.h.


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