Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
Public Member Functions | Protected Member Functions | Protected Attributes | Private Slots | List of all members
SslServer Class Reference

Class for handling ssl server connections. More...

#include "sslserver.h"

+ Inheritance diagram for SslServer:
+ Collaboration diagram for SslServer:

Public Member Functions

 SslServer (QObject *parent)
 
 ~SslServer () override
 

Protected Member Functions

void incomingConnection (qintptr handle) override
 Handle incomming connection. More...
 

Protected Attributes

QHash< QSslSocket *, qint64 > _pending
 
QTimer * _timer
 

Private Slots

void sslErrors (const QList< QSslError > &errors)
 

Detailed Description

Class for handling ssl server connections.

Definition at line 30 of file sslserver.h.

Constructor & Destructor Documentation

SslServer::SslServer ( QObject parent)
explicit

Definition at line 24 of file sslserver.cpp.

SslServer::~SslServer ( )
override

Definition at line 45 of file sslserver.cpp.

Member Function Documentation

void SslServer::incomingConnection ( qintptr  socketDescriptor)
overrideprotected

Handle incomming connection.

Parameters
socketDescriptor

Definition at line 59 of file sslserver.cpp.

+ Here is the call graph for this function:

void SslServer::sslErrors ( const QList< QSslError > &  errors)
privateslot

Definition at line 97 of file sslserver.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

QHash<QSslSocket*, qint64> SslServer::_pending
protected

Definition at line 43 of file sslserver.h.

QTimer* SslServer::_timer
protected

Definition at line 44 of file sslserver.h.


The documentation for this class was generated from the following files: