![]() |
KD SOAP API Documentation
2.1
|
#include <KDSoapServerThread_p.h>


Public Member Functions | |
| KDSoapServerThread (QObject *parent=0) | |
| ~KDSoapServerThread () | |
| void | disconnectSocketsForServer (KDSoapServer *server, QSemaphore &semaphore) |
| void | handleIncomingConnection (int socketDescriptor, KDSoapServer *server) |
| void | quitThread () |
| void | resetTotalConnectionCountForServer (const KDSoapServer *server) |
| int | socketCount () const |
| int | socketCountForServer (const KDSoapServer *server) const |
| void | startThread () |
| int | totalConnectionCountForServer (const KDSoapServer *server) const |
Protected Member Functions | |
| virtual void | run () override |
Definition at line 49 of file KDSoapServerThread_p.h.
|
explicit |
Definition at line 17 of file KDSoapServerThread.cpp.
| KDSoapServerThread::~KDSoapServerThread | ( | ) |
Definition at line 25 of file KDSoapServerThread.cpp.
| void KDSoapServerThread::disconnectSocketsForServer | ( | KDSoapServer * | server, |
| QSemaphore & | semaphore | ||
| ) |
Definition at line 69 of file KDSoapServerThread.cpp.
| void KDSoapServerThread::handleIncomingConnection | ( | int | socketDescriptor, |
| KDSoapServer * | server | ||
| ) |
Definition at line 87 of file KDSoapServerThread.cpp.
References KDSoapServerThreadImpl::addIncomingConnection().
| void KDSoapServerThread::quitThread | ( | ) |
Definition at line 82 of file KDSoapServerThread.cpp.
| void KDSoapServerThread::resetTotalConnectionCountForServer | ( | const KDSoapServer * | server | ) |
Definition at line 62 of file KDSoapServerThread.cpp.
References KDSoapServerThreadImpl::resetTotalConnectionCountForServer().
|
overrideprotectedvirtual |
Definition at line 29 of file KDSoapServerThread.cpp.
| int KDSoapServerThread::socketCount | ( | ) | const |
Definition at line 38 of file KDSoapServerThread.cpp.
References KDSoapServerThreadImpl::socketCount().
| int KDSoapServerThread::socketCountForServer | ( | const KDSoapServer * | server | ) | const |
Definition at line 46 of file KDSoapServerThread.cpp.
References KDSoapServerThreadImpl::socketCountForServer().
| void KDSoapServerThread::startThread | ( | ) |
Definition at line 76 of file KDSoapServerThread.cpp.
| int KDSoapServerThread::totalConnectionCountForServer | ( | const KDSoapServer * | server | ) | const |
Definition at line 54 of file KDSoapServerThread.cpp.
References KDSoapServerThreadImpl::totalConnectionCountForServer().
© 2010-2022 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-soap/