context_storage.h
Go to the documentation of this file.
Definition: ClpMap.h:41
Definition: Address.h:41
Definition: Action.h:25
Definition: RefCount.h:28
static Pointer Create(const Mgr::Command::Pointer &cmd)
Definition: context_storage.cc:28
CertificateStorageAction(const Mgr::Command::Pointer &cmd)
Definition: context_storage.cc:23
void dump(StoreEntry *sentry) override
Definition: context_storage.cc:33
bool aggregatable() const override
Definition: context_storage.h:45
Class for storing/manipulating LocalContextStorage per local listening address/port.
Definition: context_storage.h:55
void reconfigureStart()
When reconfigring should be called this method.
Definition: context_storage.cc:91
void addLocalStorage(Ip::Address const &address, size_t size_of_store)
Create new SSL context storage for the local listening address/port.
Definition: context_storage.cc:74
GlobalContextStorage()
Definition: context_storage.cc:61
~GlobalContextStorage()
Definition: context_storage.cc:67
LocalContextStorage * getLocalStorage(Ip::Address const &address)
Return the local storage for the given listening address/port.
Definition: context_storage.cc:80
std::map< Ip::Address, size_t > configureStorage
Storage used on configure or reconfigure.
Definition: context_storage.h:71
std::map< Ip::Address, LocalContextStorage * > storage
Map for storing all local ip address and their local storages.
Definition: context_storage.h:73
Definition: Store.h:42
Definition: Xaction.cc:40
uint64_t MemoryUsedByContext(const Security::ContextPointer &)
Definition: context_storage.h:48
GlobalContextStorage TheGlobalContextStorage
Global cache for store all SSL server certificates.
Definition: context_storage.cc:123