SSLClient Class Reference

Implementation of a network client using SSL. More...

#include <Network/Client/SSLClient.h>

Inheritance diagram for SSLClient:
NClient

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:
sslErrors 

The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations Properties
Generated on Tue Sep 13 01:46:08 2011 for MedCenter by  doxygen 1.6.3