#include <wsjcpp_light_web_server.h>
◆ WsjcppLightWebServer()
WsjcppLightWebServer::WsjcppLightWebServer |
( |
| ) |
|
◆ addHandler()
◆ checkAndRestartWorkers()
void WsjcppLightWebServer::checkAndRestartWorkers |
( |
| ) |
|
|
private |
◆ readAddress()
std::string WsjcppLightWebServer::readAddress |
( |
int |
nSockFd | ) |
|
|
private |
◆ setMaxWorkers()
void WsjcppLightWebServer::setMaxWorkers |
( |
int |
nMaxWorkers | ) |
|
◆ setPort()
void WsjcppLightWebServer::setPort |
( |
int |
nPort | ) |
|
◆ start()
void WsjcppLightWebServer::start |
( |
| ) |
|
◆ startSync()
void WsjcppLightWebServer::startSync |
( |
| ) |
|
◆ stop()
void WsjcppLightWebServer::stop |
( |
| ) |
|
◆ stopAndRemoveWorkers()
void WsjcppLightWebServer::stopAndRemoveWorkers |
( |
| ) |
|
|
private |
◆ m_bStop
bool WsjcppLightWebServer::m_bStop |
|
private |
◆ m_nMaxWorkers
int WsjcppLightWebServer::m_nMaxWorkers |
|
private |
◆ m_nPort
int WsjcppLightWebServer::m_nPort |
|
private |
◆ m_nSockFd
int WsjcppLightWebServer::m_nSockFd |
|
private |
◆ m_pDeque
◆ m_pVHandlers
◆ m_serverAddress
struct sockaddr_in WsjcppLightWebServer::m_serverAddress |
|
private |
◆ m_serverThread
pthread_t WsjcppLightWebServer::m_serverThread |
|
private |
◆ m_vWorkers
◆ TAG
std::string WsjcppLightWebServer::TAG |
|
private |
The documentation for this class was generated from the following files: