![]() |
KD SOAP API Documentation
2.2
|
#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 21 of file KDSoapServerThread_p.h.
KDSoapServerThreadImpl::KDSoapServerThreadImpl | ( | ) |
Definition at line 99 of file KDSoapServerThread.cpp.
KDSoapServerThreadImpl::~KDSoapServerThreadImpl | ( | ) |
Definition at line 105 of file KDSoapServerThread.cpp.
void KDSoapServerThreadImpl::addIncomingConnection | ( | ) |
Definition at line 134 of file KDSoapServerThread.cpp.
Referenced by KDSoapServerThread::handleIncomingConnection().
|
slot |
Definition at line 162 of file KDSoapServerThread.cpp.
References KDSoapSocketList::disconnectAll().
|
slot |
Definition at line 141 of file KDSoapServerThread.cpp.
References KDSoapSocketList::handleIncomingConnection().
|
slot |
Definition at line 150 of file KDSoapServerThread.cpp.
void KDSoapServerThreadImpl::resetTotalConnectionCountForServer | ( | const KDSoapServer * | server | ) |
Definition at line 179 of file KDSoapServerThread.cpp.
References KDSoapSocketList::resetTotalConnectionCount().
Referenced by KDSoapServerThread::resetTotalConnectionCountForServer().
int KDSoapServerThreadImpl::socketCount | ( | ) |
Definition at line 111 of file KDSoapServerThread.cpp.
Referenced by KDSoapServerThread::socketCount().
int KDSoapServerThreadImpl::socketCountForServer | ( | const KDSoapServer * | server | ) |
Definition at line 155 of file KDSoapServerThread.cpp.
References KDSoapSocketList::socketCount().
Referenced by KDSoapServerThread::socketCountForServer().
int KDSoapServerThreadImpl::totalConnectionCountForServer | ( | const KDSoapServer * | server | ) |
Definition at line 172 of file KDSoapServerThread.cpp.
References KDSoapSocketList::totalConnectionCount().
Referenced by KDSoapServerThread::totalConnectionCountForServer().