KD SOAP API Documentation 2.2
Loading...
Searching...
No Matches
KDSoapSocketList_p.h
Go to the documentation of this file.
1/****************************************************************************
2**
3** This file is part of the KD Soap project.
4**
5** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6**
7** SPDX-License-Identifier: MIT
8**
9****************************************************************************/
10#ifndef KDSOAPSOCKETLIST_P_H
11#define KDSOAPSOCKETLIST_P_H
12
13#include <QObject>
14#include <QSet>
15QT_BEGIN_NAMESPACE
16class QTcpSocket;
17class QObject;
19class KDSoapServer;
21
23{
25public:
28
29 KDSoapServerSocket *handleIncomingConnection(int socketDescriptor);
30
31 int socketCount() const;
32 void disconnectAll();
33
34 int totalConnectionCount() const;
37
39 {
40 return m_server;
41 }
42
43public Q_SLOTS:
45
46private:
47 KDSoapServer *m_server;
48 QObject *m_serverObject;
50 QAtomicInt m_totalConnectionCount;
51};
52
53#endif // KDSOAPSOCKETLIST_P_H
KDSoapServer * server() const
int totalConnectionCount() const
KDSoapServerSocket * handleIncomingConnection(int socketDescriptor)
void socketDeleted(KDSoapServerSocket *socket)
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
T qobject_cast(QObject *object)

© Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-soap/
Generated on Sat Apr 20 2024 00:04:25 for KD SOAP API Documentation by doxygen 1.9.8