SSLClient Class Reference
Implementation of a network client using SSL.
More...
#include <Network/Client/SSLClient.h>
List of all members.
Public Member Functions |
| SSLClient (Logger *pLogger, const QString &virtualMachineName, QObject *parent=0) |
void | connectSocket (const QString &hostName, quint16 port) |
| connect the socket to hostName using port
|
Protected Member Functions |
Q_SLOT void | reportErrors (QList< QSslError > sslErrors) |
| Reports SSL related errors (other errors are reported by the base function reportErrors()).
|
Detailed Description
Implementation of a network client using SSL.
Constructor & Destructor Documentation
SSLClient::SSLClient |
( |
Logger * |
pLogger, |
|
|
const QString & |
virtualMachineName, |
|
|
QObject * |
parent = 0 | |
|
) |
| | |
- Parameters:
-
| pLogger | |
| virtualMachineName | the virtual name of the client |
| parent | |
Member Function Documentation
void SSLClient::connectSocket |
( |
const QString & |
hostName, |
|
|
quint16 |
port | |
|
) |
| | [virtual] |
connect the socket to hostName using port
- Parameters:
-
| hostName | the machine to connect |
| port | the port where to connect |
Implements NClient.
void SSLClient::reportErrors |
( |
QList< QSslError > |
sslErrors |
) |
[protected] |
Reports SSL related errors (other errors are reported by the base function reportErrors()).
- Parameters:
-
The documentation for this class was generated from the following files:
- Sources/Network/Client/SSLClient.h
- Sources/Network/Client/SSLClient.cpp