我们所看到的实体 ## 实体与实体间的通讯连接 * CClientSessionBase * SpEntity::ConnectRemoteEntity * SpClientSessionFunction:继承于IClientSessionFunction 和 SpAsyncWait,依赖 **会话**组件 * CClientSessionBase 通过 GetFunction() 可以得到它 * ses::on_accept * SpEntity::on_accept * CServerSessionBase * SpServerSessionFunction ## 实体与实体间请求方法的调用 * SpClientSessionFunction::AsyncRequest * SpAsyncWaitTsx * ## 依赖组件 * 会话组件