This is the complete list of members for BaseLib::HttpServer, including all inherited members.
_bl | BaseLib::HttpServer | protected |
_connectionClosedCallback | BaseLib::HttpServer | protected |
_httpClientInfo | BaseLib::HttpServer | protected |
_httpClientInfoMutex | BaseLib::HttpServer | protected |
_newConnectionCallback | BaseLib::HttpServer | protected |
_packetReceivedCallback | BaseLib::HttpServer | protected |
_socket | BaseLib::HttpServer | protected |
bind(std::string address, std::string port, std::string &listenAddress) | BaseLib::HttpServer | |
connectionClosed(int32_t clientId) | BaseLib::HttpServer | protected |
getClientCertDn(int32_t clientId) | BaseLib::HttpServer | |
getClientCertExpiration(int32_t clientId) | BaseLib::HttpServer | |
getClientCertSerial(int32_t clientId) | BaseLib::HttpServer | |
GetPacketsPerMinuteReceived() | BaseLib::HttpServer | |
GetPacketsPerMinuteSent() | BaseLib::HttpServer | |
GetProcessingThreadLoad() | BaseLib::HttpServer | |
GetProcessingThreadLoadMax() | BaseLib::HttpServer | |
GetServerThreadLoad() | BaseLib::HttpServer | |
HttpServer(BaseLib::SharedObjects *baseLib, HttpServerInfo &serverInfo) | BaseLib::HttpServer | |
newConnection(int32_t clientId, std::string address, uint16_t port) | BaseLib::HttpServer | protected |
packetReceived(int32_t clientId, TcpSocket::TcpPacket &packet) | BaseLib::HttpServer | protected |
reload() | BaseLib::HttpServer | |
send(int32_t clientId, const TcpSocket::TcpPacket &packet, bool closeConnection=true) | BaseLib::HttpServer | |
send(int32_t clientId, const std::vector< char > &packet, bool closeConnection=true) | BaseLib::HttpServer | |
start(std::string address, std::string port, std::string &listenAddress, size_t processingThreads=0) | BaseLib::HttpServer | |
startPrebound(std::string &listenAddress, size_t processingThreads=0) | BaseLib::HttpServer | |
stop() | BaseLib::HttpServer | |
waitForStop() | BaseLib::HttpServer | |
~HttpServer() | BaseLib::HttpServer | virtual |