VPTissue Reference Manual
SimPT_Parex::ClientHandler Class Reference

Connection from the server to one client, handles client messages and requests. More...

#include <ClientHandler.h>

Inheritance diagram for SimPT_Parex::ClientHandler:
Inheritance graph
Collaboration diagram for SimPT_Parex::ClientHandler:
Collaboration graph

Public Member Functions

 ClientHandler (QTcpSocket *socket, const std::shared_ptr< ExplorationManager > &explorationManager, QObject *parent=0)
 Constructor. More...
 

Detailed Description

Connection from the server to one client, handles client messages and requests.

Definition at line 37 of file ClientHandler.h.

Constructor & Destructor Documentation

SimPT_Parex::ClientHandler::ClientHandler ( QTcpSocket *  socket,
const std::shared_ptr< ExplorationManager > &  explorationManager,
QObject parent = 0 
)

Constructor.

Parameters
socketThe tcp socket of the connection to the client
explorationManagerThe exploration manager of the server
parentThe QObject parent of this object

Definition at line 38 of file ClientHandler.cpp.


The documentation for this class was generated from the following files: