thrift学习理解

1. RpcServer      负责导出(export)远程接口   2. RpcClient      负责导入(import)远程接口的代理实现   3. RpcProxy      远程接口的代理实现   4. RpcInvoker      客户方实现:负责编码调用信息和发送调用请求到服务方并等待调用结果返回      服务方实现:负责调用服务端接口的具体实现并返回调用结果   5. 
相关文章
相关标签/搜索