23 #ifndef KDSOAPTHREADPOOL_H 24 #define KDSOAPTHREADPOOL_H 26 #include <QtCore/QObject> 27 #include <QtCore/QHash> 28 #include "KDSoapServerGlobal.h" 59 void setMaxThreadCount(
int maxThreadCount);
64 int maxThreadCount()
const;
69 int numConnectedSockets(
const KDSoapServer *server)
const;
76 int totalConnectionCount(
const KDSoapServer *server)
const;
82 void resetTotalConnectionCount(
const KDSoapServer *server);
91 void handleIncomingConnection(
int socketDescriptor,
KDSoapServer *server);
96 #endif // KDSOAPTHREADPOOL_H Definition: KDSoapServer.h:42
Definition: KDSoapThreadPool.h:39