TcpServer.h File Reference
#include "TcpConnection.h"
#include "TcpClient.h"
Include dependency graph for TcpServer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TcpServer
 

Macros

#define TCP_SERVER_TIMEOUT   20
 

Typedefs

typedef Delegate< void(TcpClient *client)> TcpClientConnectDelegate