Class for handling ssl server connections.
More...
#include "sslserver.h"
|
void | sslErrors (const QList< QSslError > &errors) |
|
Class for handling ssl server connections.
Definition at line 30 of file sslserver.h.
SslServer::SslServer |
( |
QObject * |
parent | ) |
|
|
explicit |
SslServer::~SslServer |
( |
| ) |
|
|
override |
void SslServer::incomingConnection |
( |
qintptr |
socketDescriptor | ) |
|
|
overrideprotected |
Handle incomming connection.
- Parameters
-
Definition at line 59 of file sslserver.cpp.
void SslServer::sslErrors |
( |
const QList< QSslError > & |
errors | ) |
|
|
privateslot |
QHash<QSslSocket*, qint64> SslServer::_pending |
|
protected |
QTimer* SslServer::_timer |
|
protected |
The documentation for this class was generated from the following files: