KDECore
KSslErrorUiData Class Reference
This class can hold all the necessary data from a KTcpSocket to ask the user to continue connecting in the face of SSL errors. More...
#include <ktcpsocket.h>
Public Member Functions | |
KSslErrorUiData (const KSslErrorUiData &other) | |
KSslErrorUiData (const KTcpSocket *socket) | |
KSslErrorUiData () | |
KSslErrorUiData & | operator= (const KSslErrorUiData &) |
Detailed Description
This class can hold all the necessary data from a KTcpSocket to ask the user to continue connecting in the face of SSL errors.
It can be used to carry the data for the UI over time or over thread boundaries.
- See also:
- : KSslCertificateManager::askIgnoreSslErrors()
Definition at line 356 of file ktcpsocket.h.
Constructor & Destructor Documentation
KSslErrorUiData::KSslErrorUiData | ( | ) |
Default construct an instance with no useful data.
Definition at line 1023 of file ktcpsocket.cpp.
KSslErrorUiData::KSslErrorUiData | ( | const KTcpSocket * | socket | ) |
Create an instance and initialize it with SSL error data from socket
.
Definition at line 1031 of file ktcpsocket.cpp.
KSslErrorUiData::KSslErrorUiData | ( | const KSslErrorUiData & | other | ) |
Definition at line 1045 of file ktcpsocket.cpp.
Member Function Documentation
KSslErrorUiData & KSslErrorUiData::operator= | ( | const KSslErrorUiData & | other | ) |
Definition at line 1050 of file ktcpsocket.cpp.
The documentation for this class was generated from the following files: