|
| Server (const QHostAddress &address, quint16 port) |
|
void | close (void) |
|
const Connection & | getConnection (uint32_t clientId) const |
|
void | getConnections (std::list< const Connection * > &) const |
|
|
void | onDisconnected (Connection *connection) |
|
void | onMessageReceived (const Connection &fromConnection) |
|
void | onHasMessageToSend (const std::vector< uint8_t > out) |
|
void | onReservationUpdated (void) |
|
void | onNewConnection (void) |
|
|
void | sendResponseObject (const std::vector< uint8_t > &out, const Connection &connection) |
|
|
QList< const Connection * > | connections |
|
QMap< uint32_t, const Connection * > | connectionClientMap |
|
QTcpServer * | tcpServer |
|
Definition at line 42 of file Server.h.
The documentation for this class was generated from the following files: