File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Netty是Java世界知名的网络应用框架。本系列文章是Netty的源码
24
24
25
25
### [ 1.概述] ( https://github.com/code4craft/netty-learning/blob/master/ch1-overview.md )
26
26
### [ 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 )
28
28
### [ 4.Channel的生命周期] ( https://github.com/code4craft/netty-learning/blob/master/ch4-channel-lifecycle.md )
29
29
### [ 5.Netty与Reactor模式] ( https://github.com/code4craft/netty-learning/blob/master/ch5-channel-nio.md ) * 未完成*
30
30
### [ 6.分门别类讲讲Handler] ( https://github.com/code4craft/netty-learning/blob/master/ch6-handler.md ) * 未完成*
Original file line number Diff line number Diff line change 1
- 逐层分析Channel部分的实现机制
1
+ Channel与Pipeline
2
2
--------
3
- Channel是理解和使用Netty的核心。在这篇文章中,我们主要介绍Netty中Channel部分的实现机制。 Channel的涉及内容较多,这里我使用由浅入深的介绍方法。为了避免枯燥,借用一下《盗梦空间》的“梦境”概念,希望大家喜欢。
3
+ Channel是理解和使用Netty的核心。Channel的涉及内容较多,这里我使用由浅入深的介绍方法。在这篇文章中,我们主要介绍Netty中Channel部分的实现机制 。为了避免枯燥,借用一下《盗梦空间》的“梦境”概念,希望大家喜欢。
4
4
5
5
## 一层梦境:Channel实现概览
6
6
You can’t perform that action at this time.
0 commit comments