![]() |
VPTissue Reference Manual
|
Connection from the server to one client, handles client messages and requests. More...
#include <ClientHandler.h>


Public Member Functions | |
| ClientHandler (QTcpSocket *socket, const std::shared_ptr< ExplorationManager > &explorationManager, QObject *parent=0) | |
| Constructor. More... | |
Connection from the server to one client, handles client messages and requests.
Definition at line 37 of file ClientHandler.h.
| SimPT_Parex::ClientHandler::ClientHandler | ( | QTcpSocket * | socket, |
| const std::shared_ptr< ExplorationManager > & | explorationManager, | ||
| QObject * | parent = 0 |
||
| ) |
Constructor.
| socket | The tcp socket of the connection to the client |
| explorationManager | The exploration manager of the server |
| parent | The QObject parent of this object |
Definition at line 38 of file ClientHandler.cpp.