#include <RCReader.h>
Collaboration diagram for RCReader:
Public Member Functions | |
string | get_ais_database () const throw () |
const int | get_always_validate () throw () |
const int | get_default_expires () throw () |
const bool | get_deflate () throw () |
const string | get_dods_cache_root () |
const int | get_ignore_expires () throw () |
const int | get_max_cache_size () throw () |
const unsigned int | get_max_cached_obj () throw () |
const string | get_no_proxy_for_host () throw () |
const int | get_no_proxy_for_port () throw () |
const string | get_no_proxy_for_protocol () throw () |
const string | get_proxy_for_proxy_host_url () throw () |
const string | get_proxy_for_regexp () throw () |
const int | get_proxy_for_regexp_flags () throw () |
const string | get_proxy_server_host () throw () |
Get the proxy host. | |
const string | get_proxy_server_host_url () throw () |
const int | get_proxy_server_port () throw () |
Get the proxy port. | |
const string | get_proxy_server_protocol () throw () |
Get the proxy server protocol. | |
const string | get_proxy_server_userpw () throw () |
Get the proxy username and password. | |
const bool | get_use_cache () throw () |
int | get_validate_ssl () const throw () |
bool | is_no_proxy_for_used () throw () |
bool | is_proxy_for_used () throw () |
void | set_ais_database (const string &db) throw () |
void | set_always_validate (int i) throw () |
void | set_default_expires (int i) throw () |
void | set_deflate (bool b) throw () |
void | set_ignore_expires (int i) throw () |
void | set_max_cache_size (int i) throw () |
void | set_max_cached_obj (int i) throw () |
void | set_no_proxy_for_host (const string &s) throw () |
void | set_no_proxy_for_port (int i) throw () |
void | set_no_proxy_for_protocol (const string &s) throw () |
void | set_proxy_for_proxy_host_url (const string &s) throw () |
void | set_proxy_for_regexp (const string &s) throw () |
void | set_proxy_for_regexp_flags (int i) throw () |
void | set_proxy_server_host (const string &s) throw () |
void | set_proxy_server_host_url (const string &s) throw () |
void | set_proxy_server_port (int l) throw () |
void | set_proxy_server_protocol (const string &s) throw () |
void | set_proxy_server_userpw (const string &s) throw () |
void | set_use_cache (bool b) throw () |
void | set_validate_ssl (int i) throw () |
Static Public Member Functions | |
static RCReader * | instance () |
Friends | |
class | HTTPConnectTest |
class | RCReaderTest |
NB: DODS_CACHE_INIT is deprecated and may be removed in the future.
Definition at line 51 of file RCReader.h.
string RCReader::get_ais_database | ( | ) | const throw () [inline] |
const int RCReader::get_always_validate | ( | ) | throw () [inline] |
Definition at line 154 of file RCReader.h.
const int RCReader::get_default_expires | ( | ) | throw () [inline] |
Definition at line 150 of file RCReader.h.
const bool RCReader::get_deflate | ( | ) | throw () [inline] |
Definition at line 163 of file RCReader.h.
const string RCReader::get_dods_cache_root | ( | ) | [inline] |
Definition at line 130 of file RCReader.h.
const int RCReader::get_ignore_expires | ( | ) | throw () [inline] |
Definition at line 146 of file RCReader.h.
const int RCReader::get_max_cache_size | ( | ) | throw () [inline] |
Definition at line 138 of file RCReader.h.
const unsigned int RCReader::get_max_cached_obj | ( | ) | throw () [inline] |
Definition at line 142 of file RCReader.h.
const string RCReader::get_no_proxy_for_host | ( | ) | throw () [inline] |
Definition at line 237 of file RCReader.h.
const int RCReader::get_no_proxy_for_port | ( | ) | throw () [inline] |
const string RCReader::get_no_proxy_for_protocol | ( | ) | throw () [inline] |
Definition at line 233 of file RCReader.h.
const string RCReader::get_proxy_for_proxy_host_url | ( | ) | throw () [inline] |
const string RCReader::get_proxy_for_regexp | ( | ) | throw () [inline] |
const int RCReader::get_proxy_for_regexp_flags | ( | ) | throw () [inline] |
const string RCReader::get_proxy_server_host | ( | ) | throw () [inline] |
Definition at line 174 of file RCReader.h.
const string RCReader::get_proxy_server_host_url | ( | ) | throw () [inline] |
Definition at line 189 of file RCReader.h.
References long_to_string().
Here is the call graph for this function:
const int RCReader::get_proxy_server_port | ( | ) | throw () [inline] |
Definition at line 179 of file RCReader.h.
const string RCReader::get_proxy_server_protocol | ( | ) | throw () [inline] |
Definition at line 169 of file RCReader.h.
const string RCReader::get_proxy_server_userpw | ( | ) | throw () [inline] |
Definition at line 184 of file RCReader.h.
const bool RCReader::get_use_cache | ( | ) | throw () [inline] |
Definition at line 134 of file RCReader.h.
int RCReader::get_validate_ssl | ( | ) | const throw () [inline] |
Definition at line 158 of file RCReader.h.
RCReader * RCReader::instance | ( | ) | [static] |
Definition at line 418 of file RCReader.cc.
Referenced by AISConnect::AISConnect(), Connect::Connect(), and main().
bool RCReader::is_no_proxy_for_used | ( | ) | throw () [inline] |
Definition at line 229 of file RCReader.h.
bool RCReader::is_proxy_for_used | ( | ) | throw () [inline] |
void RCReader::set_ais_database | ( | const string & | db | ) | throw () [inline] |
Definition at line 342 of file RCReader.h.
void RCReader::set_always_validate | ( | int | i | ) | throw () [inline] |
Definition at line 274 of file RCReader.h.
void RCReader::set_default_expires | ( | int | i | ) | throw () [inline] |
Definition at line 270 of file RCReader.h.
void RCReader::set_deflate | ( | bool | b | ) | throw () [inline] |
Definition at line 283 of file RCReader.h.
void RCReader::set_ignore_expires | ( | int | i | ) | throw () [inline] |
Definition at line 266 of file RCReader.h.
void RCReader::set_max_cache_size | ( | int | i | ) | throw () [inline] |
Definition at line 258 of file RCReader.h.
void RCReader::set_max_cached_obj | ( | int | i | ) | throw () [inline] |
Definition at line 262 of file RCReader.h.
void RCReader::set_no_proxy_for_host | ( | const string & | s | ) | throw () [inline] |
Definition at line 331 of file RCReader.h.
void RCReader::set_no_proxy_for_port | ( | int | i | ) | throw () [inline] |
void RCReader::set_no_proxy_for_protocol | ( | const string & | s | ) | throw () [inline] |
Definition at line 327 of file RCReader.h.
void RCReader::set_proxy_for_proxy_host_url | ( | const string & | s | ) | throw () [inline] |
void RCReader::set_proxy_for_regexp | ( | const string & | s | ) | throw () [inline] |
void RCReader::set_proxy_for_regexp_flags | ( | int | i | ) | throw () [inline] |
void RCReader::set_proxy_server_host | ( | const string & | s | ) | throw () [inline] |
Definition at line 292 of file RCReader.h.
void RCReader::set_proxy_server_host_url | ( | const string & | s | ) | throw () [inline] |
void RCReader::set_proxy_server_port | ( | int | l | ) | throw () [inline] |
Definition at line 296 of file RCReader.h.
void RCReader::set_proxy_server_protocol | ( | const string & | s | ) | throw () [inline] |
Definition at line 288 of file RCReader.h.
void RCReader::set_proxy_server_userpw | ( | const string & | s | ) | throw () [inline] |
Definition at line 300 of file RCReader.h.
void RCReader::set_use_cache | ( | bool | b | ) | throw () [inline] |
Definition at line 254 of file RCReader.h.
void RCReader::set_validate_ssl | ( | int | i | ) | throw () [inline] |
Definition at line 278 of file RCReader.h.
friend class HTTPConnectTest [friend] |
Definition at line 124 of file RCReader.h.
friend class RCReaderTest [friend] |
Definition at line 123 of file RCReader.h.