Skip to content

Commit

Permalink
Merge pull request TarsCloud#354 from Spacebody/patch-1
Browse files Browse the repository at this point in the history
Fix typo of servant
  • Loading branch information
yuansx authored Dec 13, 2018
2 parents 2d44ef6 + f3c22e2 commit 37a4cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ web管理系统主要包含以下功能:

NetThread: 收发包,连接管理,多线程(可配置),采用epoll ET触发实现,支持tcp/udp;

BindAdapter: 绑定端口类,用于管理servent对应的绑定端口的信息操作
BindAdapter: 绑定端口类,用于管理Servant对应的绑定端口的信息操作

ServantHandle:业务线程类,根据对象名分派Servant的对象和接口调用;

AdminServant: 管理端口的对象;

ServantImp: 继承Servant的业务处理基类(Servent:服务端接口对象的基类);
ServantImp: 继承Servant的业务处理基类(Servant:服务端接口对象的基类);

客户端:

Expand Down

0 comments on commit 37a4cec

Please sign in to comment.