#include <socketmanager.h>
Inheritance diagram for SocketManager:

Public Member Functions | |
| SocketManager (ConnectionManager &rConnectionManager, KernelMessenger &rKernel, ListeWidget &rWidget) | |
| Constructor. | |
| ~SocketManager () | |
| Destructor. | |
| void | writeMessage (const BaseMessage &message) |
| It writes a messages in the socket. | |
| void | close () |
| Closes the socket connection. | |
| void | connectToHost (const std::string &hostname, const int port) |
| Connects the socket to the specified host and port. | |
| void | messageRead (const std::string &xmlMessage) |
| Method called when a message is read from the socket. | |
| void | setSocketStatus (const bool bStatus) |
| Method called when the socket status is changed. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
||||||||||||||||
|
Constructor.
|
|
||||||||||||
|
Connects the socket to the specified host and port.
|
|
|
Method called when a message is read from the socket.
|
|
|
Method called when the socket status is changed.
|
|
|
It writes a messages in the socket.
|
1.4.6