KDECore
#include <ktcpsocket.h>
Classes | |
class | Private |
Public Member Functions | |
KSslErrorUiData () | |
KSslErrorUiData (const KTcpSocket *socket) | |
KSslErrorUiData (const QSslSocket *socket) | |
KSslErrorUiData (const KSslErrorUiData &other) | |
~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 396 of file ktcpsocket.h.
Constructor & Destructor Documentation
KSslErrorUiData::KSslErrorUiData | ( | ) |
Default construct an instance with no useful data.
Definition at line 1094 of file ktcpsocket.cpp.
KSslErrorUiData::KSslErrorUiData | ( | const KTcpSocket * | socket | ) |
Create an instance and initialize it with SSL error data from socket
.
Definition at line 1102 of file ktcpsocket.cpp.
KSslErrorUiData::KSslErrorUiData | ( | const QSslSocket * | socket | ) |
Create an instance and initialize it with SSL error data from socket
.
Definition at line 1115 of file ktcpsocket.cpp.
KSslErrorUiData::KSslErrorUiData | ( | const KSslErrorUiData & | other | ) |
Definition at line 1135 of file ktcpsocket.cpp.
KSslErrorUiData::~KSslErrorUiData | ( | ) |
Member Function Documentation
KSslErrorUiData & KSslErrorUiData::operator= | ( | const KSslErrorUiData & | other | ) |
Definition at line 1144 of file ktcpsocket.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat May 18 2013 11:36:20 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.