#include <TCPEndpoint.h>
Inheritance diagram for TestServer:
Public Member Functions | |
TestServer () | |
virtual void | onConnect (void) |
called by the framwork if the connection is established | |
virtual void | onReceive (void *data, int size) |
called when data is received |
Definition at line 78 of file TCPEndpoint.h.
|
Definition at line 83 of file TCPEndpoint.h. |
|
called by the framwork if the connection is established
Reimplemented from TCPEndpoint. Definition at line 84 of file TCPEndpoint.h. References TCPEndpoint::send(). |
Here is the call graph for this function:
|
called when data is received
Reimplemented from TCPEndpoint. Definition at line 90 of file TCPEndpoint.h. References TCPEndpoint::close(), and TCPEndpoint::send(). |
Here is the call graph for this function: