diff --git a/README.md b/README.md index 5dba16f..934d3fa 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/Dubbo/remote/基于Netty的网络传输实现.md b/docs/Dubbo/remote/Buffer层.md similarity index 100% rename from docs/Dubbo/remote/基于Netty的网络传输实现.md rename to docs/Dubbo/remote/Buffer层.md diff --git a/docs/Dubbo/remote/远程通信基础.md b/docs/Dubbo/remote/Dubbo远程通信模块简析.md similarity index 100% rename from docs/Dubbo/remote/远程通信基础.md rename to docs/Dubbo/remote/Dubbo远程通信模块简析.md diff --git a/docs/Dubbo/remote/远程通信的Buffer层.md b/docs/Dubbo/remote/Exchange层.md similarity index 100% rename from docs/Dubbo/remote/远程通信的Buffer层.md rename to docs/Dubbo/remote/Exchange层.md diff --git a/docs/Dubbo/remote/远程通信的Exchange层.md b/docs/Dubbo/remote/Transport层.md similarity index 100% rename from docs/Dubbo/remote/远程通信的Exchange层.md rename to docs/Dubbo/remote/Transport层.md diff --git a/docs/Dubbo/remote/远程通信的Transport层.md b/docs/Dubbo/remote/基于HTTP实现远程通信.md similarity index 100% rename from docs/Dubbo/remote/远程通信的Transport层.md rename to docs/Dubbo/remote/基于HTTP实现远程通信.md diff --git a/docs/Dubbo/remote/基于Netty实现远程通信.md b/docs/Dubbo/remote/基于Netty实现远程通信.md new file mode 100644 index 0000000..fcb5dbe --- /dev/null +++ b/docs/Dubbo/remote/基于Netty实现远程通信.md @@ -0,0 +1 @@ +努力编写中... \ No newline at end of file