#include <TcpServer_test.h>
Public Member Functions | |
| TcpServerTest (const Spices::Net::InetAddress &addr) | |
| void | start () |
Private Member Functions | |
| void | onConnection (const Spices::Net::TcpConnectionPtr &connection) |
| void | onMessage (const Spices::Net::TcpConnectionPtr &connection, Spices::Net::Buffer *buf) |
Private Attributes | |
| Spices::Net::TcpServer | m_Server |
Definition at line 15 of file TcpServer_test.h.