|
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"
Inheritance diagram for ListenServer:
Collaboration diagram for ListenServer: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.
Here is the call graph for this function:
|
override |
Definition at line 20 of file listenserver.cpp.
|
signal |
Here is the caller graph for this function:
|
privateslot |
Handle new client connection.
If there are not already to much clients, emit signal newClient().
Definition at line 33 of file listenserver.cpp.
Here is the caller graph for this function:
|
private |
Definition at line 18 of file listenserver.h.
1.8.8