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


Protected Member Functions | |
| virtual void | run () override |
Protected Member Functions inherited from QThread | |
| int | exec () |
Protected Member Functions inherited from QObject | |
| virtual void | childEvent (QChildEvent *event) |
| virtual void | connectNotify (const QMetaMethod &signal) |
| virtual void | customEvent (QEvent *event) |
| virtual void | disconnectNotify (const QMetaMethod &signal) |
| bool | isSignalConnected (const QMetaMethod &signal) const const |
| int | receivers (const char *signal) const const |
| QObject * | sender () const const |
| int | senderSignalIndex () const const |
| virtual void | timerEvent (QTimerEvent *event) |
Definition at line 50 of file KDSoapServerThread_p.h.
|
explicit |
Definition at line 17 of file KDSoapServerThread.cpp.
References QObject::qobject_cast().
| 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.
References QMetaObject::invokeMethod().
| void KDSoapServerThread::handleIncomingConnection | ( | int | socketDescriptor, |
| KDSoapServer * | server | ||
| ) |
Definition at line 89 of file KDSoapServerThread.cpp.
References KDSoapServerThreadImpl::addIncomingConnection(), and QMetaObject::invokeMethod().
| void KDSoapServerThread::quitThread | ( | ) |
Definition at line 84 of file KDSoapServerThread.cpp.
References QMetaObject::invokeMethod().
| void KDSoapServerThread::resetTotalConnectionCountForServer | ( | const KDSoapServer * | server | ) |
Definition at line 62 of file KDSoapServerThread.cpp.
References KDSoapServerThreadImpl::resetTotalConnectionCountForServer().
|
overrideprotectedvirtual |
Reimplemented from QThread.
Definition at line 29 of file KDSoapServerThread.cpp.
References QThread::exec(), QObject::qobject_cast(), and QSemaphore::release().
| 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 78 of file KDSoapServerThread.cpp.
References QSemaphore::acquire(), and QThread::start().
| int KDSoapServerThread::totalConnectionCountForServer | ( | const KDSoapServer * | server | ) | const |
Definition at line 54 of file KDSoapServerThread.cpp.
References KDSoapServerThreadImpl::totalConnectionCountForServer().
© 2010-2024 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-soap/