KD SOAP API Documentation 2.2
Loading...
Searching...
No Matches
KDSoapSslHandler.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
11#ifndef KDSOAPSSLHANDLER_H
12#define KDSOAPSSLHANDLER_H
13
14#include "KDSoapGlobal.h"
15#include <QObject>
16#include <QSslError>
17
18QT_BEGIN_NAMESPACE
19class QNetworkReply;
21
22#ifndef QT_NO_SSL
23
31{
32 Q_OBJECT
33public:
48 void sslErrors(KDSoapSslHandler *handler, const QList<QSslError> &errors);
49
50public Q_SLOTS:
63 void ignoreSslErrors();
64
76 void ignoreSslErrors(const QList<QSslError> &errors);
77
78private:
80 void handleSslErrors(QNetworkReply *reply, const QList<QSslError> &errors);
81
82private:
89 explicit KDSoapSslHandler(QObject *parent = nullptr);
90 virtual ~KDSoapSslHandler();
91
92 QNetworkReply *m_reply;
93};
94
95#endif // QT_NO_SSL
96
97#endif // KDSOAPSSLHANDLER_H
#define KDSOAP_EXPORT
A class for handling SSL errors during SOAP calls.
void sslErrors(KDSoapSslHandler *handler, const QList< QSslError > &errors)
Notification of SSL errors.
Q_SIGNALSQ_SIGNALS
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