24 #ifndef KDSOAPSSLHANDLER_H 25 #define KDSOAPSSLHANDLER_H 29 #include "KDSoapGlobal.h" 37 class KDSoapReplySslHandler;
77 void ignoreSslErrors();
90 void ignoreSslErrors(
const QList<QSslError> &errors);
93 friend class KDSoapReplySslHandler;
94 void handleSslErrors(QNetworkReply *reply,
const QList<QSslError> &errors);
98 friend class KDSoapClientInterfacePrivate;
106 QNetworkReply *m_reply;
109 #if QT_VERSION < 0x050000 113 #endif // QT_NO_OPENSSL 115 #endif // KDSOAPSSLHANDLER_H A class for handling SSL errors during SOAP calls.
Definition: KDSoapSslHandler.h:43
Definition: KDSoapClientInterface.h:63