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;
103 #endif // KDSOAPSSLHANDLER_H A class for handling SSL errors during SOAP calls.
Definition: KDSoapSslHandler.h:36
Definition: KDSoapClientInterface.h:56