This is the complete list of members for sptk::TCPServer, including all inherited members.
active() const | sptk::TCPServer | inline |
allowConnection(sockaddr_in *connectionRequest) | sptk::TCPServer | protectedvirtual |
createConnection(SOCKET connectionSocket, const sockaddr_in *peer) | sptk::TCPServer | protectedvirtual |
execute(const SRunable &task) | sptk::ThreadPool | virtual |
getSSLKeys() const | sptk::TCPServer | |
host() const | sptk::TCPServer | |
host(const Host &host) | sptk::TCPServer | protected |
listen(uint16_t port) | sptk::TCPServer | |
log(LogPriority priority, const String &message) const | sptk::TCPServer | inline |
logDetails() const (defined in sptk::TCPServer) | sptk::TCPServer | inline |
onConnection(const ServerConnection::Function &function) | sptk::TCPServer | virtual |
ServerConnection (defined in sptk::TCPServer) | sptk::TCPServer | friend |
setSSLKeys(std::shared_ptr< SSLKeys > sslKeys) | sptk::TCPServer | |
size() const | sptk::ThreadPool | |
stop() override | sptk::TCPServer | virtual |
TCPServer(const String &listenerName, ServerConnection::Type connectionType, size_t threadLimit=16, LogEngine *logEngine=nullptr, const LogDetails &logDetails=LogDetails()) | sptk::TCPServer | |
TCPServerListener (defined in sptk::TCPServer) | sptk::TCPServer | friend |
threadEvent(Thread *thread, ThreadEvent::Type eventType, SRunable runable) override | sptk::TCPServer | protectedvirtual |
ThreadPool(uint32_t threadLimit, std::chrono::milliseconds threadIdleSeconds, const String &threadName, LogEngine *logEngine) | sptk::ThreadPool | |
Type enum name | sptk::ThreadEvent | |
~TCPServer() override | sptk::TCPServer | |
~ThreadEvent()=default | sptk::ThreadEvent | virtual |