Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
Class for listing on new client connection. More...
#include "listenserver.h"
Signals | |
void | newClient (Client *client) |
Public Member Functions | |
ListenServer (quint16 port, QObject *parent) | |
Initialize listenServer to listen on specific port. More... | |
~ListenServer () override | |
Private Slots | |
void | newClientConnection () |
Handle new client connection. More... | |
Private Attributes | |
SslServer | _server |
Class for listing on new client connection.
Definition at line 13 of file listenserver.h.
|
explicit |
Initialize listenServer to listen on specific port.
And connect Signal newConnection() with Slot newClientConnection().
port |
Definition at line 11 of file listenserver.cpp.
|
override |
Definition at line 20 of file listenserver.cpp.
|
signal |
|
privateslot |
Handle new client connection.
If there are not already to much clients, emit signal newClient().
Definition at line 33 of file listenserver.cpp.
|
private |
Definition at line 18 of file listenserver.h.