#include <ctime>#include <iostream>#include <string>#include <set>#include <boost/bind/bind.hpp>#include <boost/shared_ptr.hpp>#include <boost/enable_shared_from_this.hpp>#include <boost/asio.hpp>#include <boost/function.hpp>#include <boost/thread.hpp>#include "dpyError.h"
Include dependency graph for tcpServer.h:

Go to the source code of this file.
Classes | |
| class | TcpConnection |
| Connection class, responsible of send/receive data from any client or server. Regardless its communication protocol or synchrony. More... | |
| class | TcpAsyncServer |
| TCP Server Class that allows to create a server to interact with send and receive operations. More... | |
Macros | |
| #define | MAX_LENGHT 1024 |
| Max length for read buffer. | |
Detailed Description
- Copyright
- GMV, S.A. 2017. Property of GMV,S.A.; all rights reserved
