22 #ifndef KDSOAPTHREADPOOL_H
23 #define KDSOAPTHREADPOOL_H
25 #include <QtCore/QObject>
26 #include <QtCore/QHash>
27 #include "KDSoapServerGlobal.h"
58 void setMaxThreadCount(
int maxThreadCount);
63 int maxThreadCount()
const;
68 int numConnectedSockets(
const KDSoapServer* server)
const;
75 int totalConnectionCount(
const KDSoapServer* server)
const;
81 void resetTotalConnectionCount(
const KDSoapServer *server);
90 void handleIncomingConnection(
int socketDescriptor,
KDSoapServer* server);
95 #endif // KDSOAPTHREADPOOL_H