32#ifdef _QX_ENABLE_QT_NETWORK
33#ifndef _QX_SERVICE_SERVER_H_
34#define _QX_SERVICE_SERVER_H_
47#include <QtNetwork/qtcpserver.h>
76#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
79 virtual void incomingConnection(
int socketDescriptor);
qx::service::QxServer : server side to manage a thread pool of incoming connections (new request from...
QxServer(QxThreadPool *pool)
QMutex m_mutex
Mutex => 'QxServer' is thread-safe.
virtual void incomingConnection(qintptr socketDescriptor)
QxThread * getAvailable() const
QxThreadPool * m_pThreadPool
Parent thread pool to prevent from incoming connection.
qx::service::QxThread : thread to execute a transaction of QxService module
qx::service::QxThreadPool : thread-safe thread pool to manage list of threads for executing all trans...
Root namespace for all QxOrm library features.