We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae2c43 commit 9629044Copy full SHA for 9629044
README.md
@@ -25,7 +25,7 @@ Netty是Java世界知名的网络应用框架。本系列文章是Netty的源码
25
### [1.概述](posts/ch1-overview.md)
26
### [2.Netty中的buffer](posts/ch2-buffer.md)
27
### [3.Channel中的Pipeline](posts/ch3-pipeline.md)
28
-### [4.Channel与Reactor模式](posts/ch4-reactor.md)
+### [4.Netty与Reactor模式](posts/ch4-reactor.md)
29
### [5.分门别类讲讲Handler](posts/ch6-handler.md) *未完成*
30
31
## 二、Netty中的特性与细节
posts/ch4-reactor.md
@@ -1,4 +1,4 @@
1
-Netty那点事(四)Channel与Reactor模式
+Netty那点事(四)Netty与Reactor模式
2
--------
3
![Reactors][1]
4
0 commit comments