KD SOAP API Documentation  2.1
KDSoapReplySslHandler_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-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6 **
7 ** SPDX-License-Identifier: MIT
8 **
9 ****************************************************************************/
10 
11 #ifndef KDSOAPREPLYSSLHANDLER_P_H
12 #define KDSOAPREPLYSSLHANDLER_P_H
13 
14 #include <QObject>
15 #include <QSslError>
16 QT_BEGIN_NAMESPACE
17 class QNetworkReply;
18 QT_END_NAMESPACE
19 
20 class KDSoapSslHandler;
21 
22 #ifndef QT_NO_SSL
23 
24 class KDSoapReplySslHandler : public QObject
25 {
26  Q_OBJECT
27 public:
28  explicit KDSoapReplySslHandler(QNetworkReply *reply, KDSoapSslHandler *handler);
29 
30 private Q_SLOTS:
31  void slotReplySslErrors(const QList<QSslError> &errors);
32 
33 private:
34  KDSoapSslHandler *m_handler;
35 };
36 
37 #endif
38 #endif // KDSOAPREPLYSSLHANDLER_P_H
KDSoapReplySslHandler(QNetworkReply *reply, KDSoapSslHandler *handler)
A class for handling SSL errors during SOAP calls.

© 2010-2022 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 Tue Jun 13 2023 12:18:34 for KD SOAP API Documentation by doxygen 1.9.1