16#ifndef KDSOAPTHREADPOOL_H
17#define KDSOAPTHREADPOOL_H
19#include <QtCore/QObject>
20#include <QtCore/QHash>
21#include "KDSoapServerGlobal.h"
52 void setMaxThreadCount(
int maxThreadCount);
57 int maxThreadCount()
const;
62 int numConnectedSockets(
const KDSoapServer *server)
const;
69 int totalConnectionCount(
const KDSoapServer *server)
const;
75 void resetTotalConnectionCount(
const KDSoapServer *server);
84 void handleIncomingConnection(
int socketDescriptor,
KDSoapServer *server);
Definition: KDSoapServer.h:36
Definition: KDSoapThreadPool.h:33