21 #ifndef STREAM_SERVER_H 22 #define STREAM_SERVER_H 24 #include "StreamWriter.h" 25 #include "Utils/Settings/SayonaraClass.h" 26 #include "Utils/Pimpl.h" 43 void sig_new_connection(
const QString& ip);
44 void sig_connection_closed(
const QString& ip);
45 void sig_listening(
bool);
51 void active_changed();
55 void dismiss(
int idx);
57 void disconnect(StreamWriterPtr sw);
58 void disconnect_all();
65 void accept_client(QTcpSocket* socket,
const QString& ip);
66 void reject_client(QTcpSocket* socket,
const QString& ip);
69 void server_destroyed();
71 void new_client_request();
73 void new_connection(
const QString& ip);
The StreamWriter class. This class is the interface between StreamDataSender and StreamServer. It watches the client socket and spreads data to its client.
Definition: StreamWriter.h:39
The StreamServer class. This class is listening for new connections and holds and administrates curre...
Definition: StreamServer.h:35
The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:29