17 #ifndef KDSOAPSSLHANDLER_H
18 #define KDSOAPSSLHANDLER_H
22 #include "KDSoapGlobal.h"
30 class KDSoapReplySslHandler;
69 void ignoreSslErrors();
82 void ignoreSslErrors(
const QList<QSslError> &errors);
85 friend class KDSoapReplySslHandler;
86 void handleSslErrors(QNetworkReply *reply,
const QList<QSslError> &errors);
90 friend class KDSoapClientInterfacePrivate;
98 QNetworkReply *m_reply;
Definition: KDSoapClientInterface.h:57
A class for handling SSL errors during SOAP calls.
Definition: KDSoapSslHandler.h:37
void sslErrors(KDSoapSslHandler *handler, const QList< QSslError > &errors)
Notification of SSL errors.