|
MySQL 5.6.14 Source Code Document
|
#include <SocketServer.hpp>

Public Member Functions | |
| virtual void | runSession () |
| virtual void | stopSession () |
Protected Member Functions | |
| Session (NDB_SOCKET_TYPE sock) | |
Protected Attributes | |
| bool | m_stop |
| NDB_SOCKET_TYPE | m_socket |
| unsigned | m_refCount |
Friends | |
| class | SocketServer |
| void * | sessionThread_C (void *) |
Definition at line 37 of file SocketServer.hpp.