#include <StreamServer.h>
The StreamServer class. This class is listening for new connections and holds and administrates current connections.
|
void | sig_new_connection (const QString &ip) |
|
void | sig_connection_closed (const QString &ip) |
|
void | sig_can_listen (bool) |
|
|
| StreamServer (QObject *parent=nullptr) |
|
|
void | accept_client (QTcpSocket *socket, const QString &ip) |
|
void | reject_client (QTcpSocket *socket, const QString &ip) |
|
void | dismiss (int idx) |
|
void | disconnect (StreamWriterPtr sw) |
|
void | disconnect_all () |
|
void | server_close () |
|
void | stop () |
|
void | retry () |
|