From ff4272c8065510ce9d7cedca3f863913990f7028 Mon Sep 17 00:00:00 2001 From: AmyliaY <471816751@qq.com> Date: Tue, 19 May 2020 22:38:36 +0800 Subject: [PATCH] =?UTF-8?q?dubbo=20=E8=BF=9C=E7=A8=8B=E9=80=9A=E4=BF=A1?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=20=E7=BB=93=E6=9E=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ .../{基于Netty的网络传输实现.md => Buffer层.md} | 0 ...程通信基础.md => Dubbo远程通信模块简析.md} | 0 .../remote/{远程通信的Buffer层.md => Exchange层.md} | 0 .../{远程通信的Exchange层.md => Transport层.md} | 0 ...的Transport层.md => 基于HTTP实现远程通信.md} | 0 docs/Dubbo/remote/基于Netty实现远程通信.md | 1 + 7 files changed, 7 insertions(+) rename docs/Dubbo/remote/{基于Netty的网络传输实现.md => Buffer层.md} (100%) rename docs/Dubbo/remote/{远程通信基础.md => Dubbo远程通信模块简析.md} (100%) rename docs/Dubbo/remote/{远程通信的Buffer层.md => Exchange层.md} (100%) rename docs/Dubbo/remote/{远程通信的Exchange层.md => Transport层.md} (100%) rename docs/Dubbo/remote/{远程通信的Transport层.md => 基于HTTP实现远程通信.md} (100%) create mode 100644 docs/Dubbo/remote/基于Netty实现远程通信.md 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