TcpConnection.h File Reference
#include <Network/Ssl/Session.h>
#include <IpAddress.h>
Include dependency graph for TcpConnection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TcpConnection
 

Macros

#define NETWORK_DEBUG
 
#define NETWORK_SEND_BUFFER_SIZE   1024
 

Typedefs

typedef Delegate< void(TcpConnection &)> TcpConnectionDestroyedDelegate
 

Enumerations

enum  TcpConnectionEvent { eTCE_Connected = 0, eTCE_Received, eTCE_Sent, eTCE_Poll }