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


Public Slots | |
| void | disconnectSocketsForServer (KDSoapServer *server, QSemaphore *semaphore) |
| void | handleIncomingConnection (int socketDescriptor, KDSoapServer *server) |
| void | quit () |
Public Member Functions | |
| KDSoapServerThreadImpl () | |
| ~KDSoapServerThreadImpl () | |
| void | addIncomingConnection () |
| void | resetTotalConnectionCountForServer (const KDSoapServer *server) |
| int | socketCount () |
| int | socketCountForServer (const KDSoapServer *server) |
| int | totalConnectionCountForServer (const KDSoapServer *server) |
Definition at line 20 of file KDSoapServerThread_p.h.
| KDSoapServerThreadImpl::KDSoapServerThreadImpl | ( | ) |
Definition at line 95 of file KDSoapServerThread.cpp.
| KDSoapServerThreadImpl::~KDSoapServerThreadImpl | ( | ) |
Definition at line 101 of file KDSoapServerThread.cpp.
| void KDSoapServerThreadImpl::addIncomingConnection | ( | ) |
Definition at line 130 of file KDSoapServerThread.cpp.
Referenced by KDSoapServerThread::handleIncomingConnection().
|
slot |
Definition at line 158 of file KDSoapServerThread.cpp.
References KDSoapSocketList::disconnectAll().
|
slot |
Definition at line 137 of file KDSoapServerThread.cpp.
References KDSoapSocketList::handleIncomingConnection().
|
slot |
Definition at line 146 of file KDSoapServerThread.cpp.
| void KDSoapServerThreadImpl::resetTotalConnectionCountForServer | ( | const KDSoapServer * | server | ) |
Definition at line 175 of file KDSoapServerThread.cpp.
References KDSoapSocketList::resetTotalConnectionCount().
Referenced by KDSoapServerThread::resetTotalConnectionCountForServer().
| int KDSoapServerThreadImpl::socketCount | ( | ) |
Definition at line 107 of file KDSoapServerThread.cpp.
Referenced by KDSoapServerThread::socketCount().
| int KDSoapServerThreadImpl::socketCountForServer | ( | const KDSoapServer * | server | ) |
Definition at line 151 of file KDSoapServerThread.cpp.
References KDSoapSocketList::socketCount().
Referenced by KDSoapServerThread::socketCountForServer().
| int KDSoapServerThreadImpl::totalConnectionCountForServer | ( | const KDSoapServer * | server | ) |
Definition at line 168 of file KDSoapServerThread.cpp.
References KDSoapSocketList::totalConnectionCount().
Referenced by KDSoapServerThread::totalConnectionCountForServer().
© 2010-2022 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-soap/