tcpServer.h File Reference
#include <ctime>
#include <iostream>
#include <string>
#include <boost/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 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