libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#include <iostream>
#include <memory>
#include <mutex>
#include <string>
#include <vector>
#include "HTTPCacheDisconnectedMode.h"
Go to the source code of this file.
Classes | |
class | libdap::HTTPCache |
Namespaces | |
namespace | libdap |
top level DAP object to house generic methods | |
Macros | |
#define | CACHE_FOLDER_PCT (10) |
#define | CACHE_GC_PCT (10) |
#define | CACHE_TOTAL_SIZE (20) |
#define | DUMP_FREQUENCY (10) |
#define | MAX_CACHE_ENTRY_SIZE (3) |
#define | MEGA (0x100000L) |
#define | MIN_CACHE_TOTAL_SIZE (5) |
#define | NO_LM_EXPIRATION (24 * 3600) |
Functions | |
bool | libdap::is_hop_by_hop_header (const string &header) |
#define CACHE_FOLDER_PCT (10) |
Definition at line 43 of file HTTPCache.h.
#define CACHE_GC_PCT (10) |
Definition at line 44 of file HTTPCache.h.
#define CACHE_TOTAL_SIZE (20) |
Definition at line 42 of file HTTPCache.h.
#define DUMP_FREQUENCY (10) |
Definition at line 37 of file HTTPCache.h.
#define MAX_CACHE_ENTRY_SIZE (3) |
Definition at line 46 of file HTTPCache.h.
#define MEGA (0x100000L) |
Definition at line 41 of file HTTPCache.h.
#define MIN_CACHE_TOTAL_SIZE (5) |
Definition at line 45 of file HTTPCache.h.
#define NO_LM_EXPIRATION (24 * 3600) |
Definition at line 39 of file HTTPCache.h.