WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
framework::load_balancer::LoadBalancerServer Class Reference
Inheritance diagram for framework::load_balancer::LoadBalancerServer:
framework::BaseWebServer

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)
 
- Public Member Functions inherited from framework::BaseWebServer

Additional Inherited Members

- Protected Attributes inherited from framework::BaseWebServer
SSL_CTX * context
 
bool useHTTPS
 

Detailed Description

Definition at line 17 of file LoadBalancerServer.h.

Constructor & Destructor Documentation

◆ LoadBalancerServer()

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.


The documentation for this class was generated from the following files: