WebFramework v3.0.12
Web framework for C++.
|
Public Member Functions | |
LoadBalancerServer (std::string_view ip, std::string_view port, DWORD timeout, bool serversHTTPS, std::string_view heuristicName, const std::vector< HMODULE > &loadSources, const std::unordered_map< std::string, std::vector< int64_t > > &allServers, const json::JSONParser &configuration, const std::filesystem::path &assets, uint64_t cachingSize, const std::filesystem::path &pathToTemplates) | |
![]() |
Additional Inherited Members | |
![]() | |
SSL_CTX * | context |
bool | useHTTPS |
Definition at line 17 of file LoadBalancerServer.h.
framework::load_balancer::LoadBalancerServer::LoadBalancerServer | ( | std::string_view | ip, |
std::string_view | port, | ||
DWORD | timeout, | ||
bool | serversHTTPS, | ||
std::string_view | heuristicName, | ||
const std::vector< HMODULE > & | loadSources, | ||
const std::unordered_map< std::string, std::vector< int64_t > > & | allServers, | ||
const json::JSONParser & | configuration, | ||
const std::filesystem::path & | assets, | ||
uint64_t | cachingSize, | ||
const std::filesystem::path & | pathToTemplates ) |
Definition at line 118 of file LoadBalancerServer.cpp.