![]() |
KD SOAP API Documentation
2.2
|
#include <KDSoapSocketList_p.h>
Public Slots | |
void | socketDeleted (KDSoapServerSocket *socket) |
Public Member Functions | |
KDSoapSocketList (KDSoapServer *server) | |
~KDSoapSocketList () | |
void | disconnectAll () |
KDSoapServerSocket * | handleIncomingConnection (int socketDescriptor) |
void | increaseConnectionCount () |
void | resetTotalConnectionCount () |
KDSoapServer * | server () const |
int | socketCount () const |
int | totalConnectionCount () const |
Definition at line 22 of file KDSoapSocketList_p.h.
|
explicit |
Definition at line 15 of file KDSoapSocketList.cpp.
KDSoapSocketList::~KDSoapSocketList | ( | ) |
Definition at line 24 of file KDSoapSocketList.cpp.
void KDSoapSocketList::disconnectAll | ( | ) |
Definition at line 62 of file KDSoapSocketList.cpp.
Referenced by KDSoapServerThreadImpl::disconnectSocketsForServer().
KDSoapServerSocket * KDSoapSocketList::handleIncomingConnection | ( | int | socketDescriptor | ) |
Definition at line 29 of file KDSoapSocketList.cpp.
References KDSoapServer::features(), KDSoapServerSocket::socketDeleted(), socketDeleted(), KDSoapServer::Ssl, and KDSoapServer::sslConfiguration().
Referenced by KDSoapServerThreadImpl::handleIncomingConnection().
void KDSoapSocketList::increaseConnectionCount | ( | ) |
Definition at line 74 of file KDSoapSocketList.cpp.
void KDSoapSocketList::resetTotalConnectionCount | ( | ) |
Definition at line 80 of file KDSoapSocketList.cpp.
Referenced by KDSoapServerThreadImpl::resetTotalConnectionCountForServer().
|
inline |
Definition at line 38 of file KDSoapSocketList_p.h.
Referenced by KDSoapServerSocket::sendReply().
int KDSoapSocketList::socketCount | ( | ) | const |
Definition at line 57 of file KDSoapSocketList.cpp.
Referenced by KDSoapServerThreadImpl::socketCountForServer().
|
slot |
Definition at line 51 of file KDSoapSocketList.cpp.
Referenced by handleIncomingConnection().
int KDSoapSocketList::totalConnectionCount | ( | ) | const |
Definition at line 69 of file KDSoapSocketList.cpp.
Referenced by KDSoapServerThreadImpl::totalConnectionCountForServer().