Class for storing/manipulating LocalContextStorage per local listening address/port.
void reconfigureStart()
When reconfigring should be called this method.
void addLocalStorage(Ip::Address const &address, size_t size_of_store)
Create new SSL context storage for the local listening address/port.
void reconfigureFinish()
Called by getLocalStorage method.
LocalContextStorage * getLocalStorage(Ip::Address const &address)
Return the local storage for the given listening address/port.
std::map< Ip::Address, size_t > configureStorage
Storage used on configure or reconfigure.
std::map< Ip::Address, LocalContextStorage * > storage
Map for storing all local ip address and their local storages.