dubbo 远程通信模块 结构调整

pull/56/head
AmyliaY 5 years ago
parent b302bed7d5
commit ff4272c806

@ -154,6 +154,12 @@
- [注册中心的Zookeeper实现](docs/Dubbo/registry/注册中心的Zookeeper实现.md)
### 远程通信
- [Dubbo远程通信模块简析](docs/Dubbo/remote/Dubbo远程通信模块简析.md)
- [Transport层](docs/Dubbo/remote/Transport层.md)
- [Exchange层](docs/Dubbo/remote/Exchange层.md)
- [Buffer层](docs/Dubbo/remote/Buffer层.md)
- [基于Netty实现远程通信](docs/Dubbo/remote/基于Netty实现远程通信.md)
- [基于HTTP实现远程通信](docs/Dubbo/remote/基于HTTP实现远程通信.md)
### RPC

Loading…
Cancel
Save