This is the complete list of members for sptk::WSListener, including all inherited members.
| active() const | sptk::TCPServer | inline |
| allowConnection(sockaddr_in *connectionRequest) | sptk::TCPServer | protectedvirtual |
| createConnection(SOCKET connectionSocket, const sockaddr_in *peer) override | sptk::WSListener | 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 |
| 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 | |
| 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 | |
| WSListener(const WSServices &services, LogEngine &logger, const String &hostname, size_t threadCount, const WSConnection::Options &options) | sptk::WSListener | |
| ~TCPServer() override | sptk::TCPServer | |
| ~ThreadEvent()=default | sptk::ThreadEvent | virtual |