Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44a7ce1

Browse files
committed
update ch3 name
1 parent c94b796 commit 44a7ce1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Netty是Java世界知名的网络应用框架。本系列文章是Netty的源码
2424

2525
### [1.概述](https://github.com/code4craft/netty-learning/blob/master/ch1-overview.md)
2626
### [2.Netty中的buffer](https://github.com/code4craft/netty-learning/blob/master/ch2-buffer.md)
27-
### [3.逐层分析Channel部分的实现机制](https://github.com/code4craft/netty-learning/blob/master/ch3-pipeline.md)
27+
### [3.Channel与Pipeline](https://github.com/code4craft/netty-learning/blob/master/ch3-pipeline.md)
2828
### [4.Channel的生命周期](https://github.com/code4craft/netty-learning/blob/master/ch4-channel-lifecycle.md)
2929
### [5.Netty与Reactor模式](https://github.com/code4craft/netty-learning/blob/master/ch5-channel-nio.md) *未完成*
3030
### [6.分门别类讲讲Handler](https://github.com/code4craft/netty-learning/blob/master/ch6-handler.md) *未完成*

ch3-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
逐层分析Channel部分的实现机制
1+
Channel与Pipeline
22
--------
3-
Channel是理解和使用Netty的核心。在这篇文章中,我们主要介绍Netty中Channel部分的实现机制。Channel的涉及内容较多,这里我使用由浅入深的介绍方法。为了避免枯燥,借用一下《盗梦空间》的“梦境”概念,希望大家喜欢。
3+
Channel是理解和使用Netty的核心。Channel的涉及内容较多,这里我使用由浅入深的介绍方法。在这篇文章中,我们主要介绍Netty中Channel部分的实现机制。为了避免枯燥,借用一下《盗梦空间》的“梦境”概念,希望大家喜欢。
44

55
## 一层梦境:Channel实现概览
66

0 commit comments

Comments
 (0)