component_upper_module.md 505 B

我们所看到的实体

实体与实体间的通讯连接

  • CClientSessionBase

  • SpEntity::ConnectRemoteEntity

  • SpClientSessionFunction:继承于IClientSessionFunction 和 SpAsyncWait,依赖 会话组件

    • CClientSessionBase 通过 GetFunction() 可以得到它
  • ses::on_accept

  • SpEntity::on_accept

  • CServerSessionBase

  • SpServerSessionFunction

实体与实体间请求方法的调用

  • SpClientSessionFunction::AsyncRequest
  • SpAsyncWaitTsx

依赖组件

  • 会话组件