SSLServer Class Reference
Implementation of a network server using SSL.
More...
#include <Network/Server/SSLServer.h>
List of all members.
Public Member Functions |
| SSLServer (quint16 port, Logger *pLogger, QObject *parent=0) |
Protected Member Functions |
void | incomingConnection (int socketDescriptor) |
| Called (by Qt) when a new connection is done to this server.
|
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 server using SSL.
Constructor & Destructor Documentation
SSLServer::SSLServer |
( |
quint16 |
port, |
|
|
Logger * |
pLogger, |
|
|
QObject * |
parent = 0 | |
|
) |
| | |
- Parameters:
-
| port | to listen |
| pLogger | |
| parent | |
Member Function Documentation
void SSLServer::incomingConnection |
( |
int |
socketDescriptor |
) |
[protected] |
Called (by Qt) when a new connection is done to this server.
- Parameters:
-
| socketDescriptor | socket of the new client |
void SSLServer::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/Server/SSLServer.h
- Sources/Network/Server/SSLServer.cpp