bes
Updated for version 3.20.6
|
utility class for the gateway remote request mechanism More...
#include <CmrUtils.h>
Static Public Member Functions | |
static void | Get_type_from_content_type (const std::string &ctype, std::string &type) |
static void | Get_type_from_disposition (const std::string &disp, std::string &type) |
static void | Get_type_from_url (const std::string &url, std::string &type) |
static Granule * | getTemporalFacetGranule (const std::string granule_path) |
static void | Initialize () |
Static Public Attributes | |
static std::map< std::string, std::string > | MimeList |
static std::string | NoProxyRegex |
static int | ProxyAuthType = 0 |
static std::string | ProxyHost |
static std::string | ProxyPassword |
static int | ProxyPort = 0 |
static std::string | ProxyProtocol |
static std::string | ProxyUser |
static std::string | ProxyUserPW |
static bool | useInternalCache = false |
utility class for the gateway remote request mechanism
Definition at line 44 of file CmrUtils.h.