自顶向下深入分析Netty-索引

1. 预备知识

2. 线程模型

3. Bootstrap

4. EventLoop--线程池

5. EventLoop--线程

6. EventLoop--优雅退出机制

7. Future

8.Channel--总述 

9.Channel--源码细节

10.ChannelPipeline

11.ChannelPipeline源码细节

12.ChannelHandlerContext源码细节

13.ChannelHandler

14.CodecHandler

15.LengthFieldBasedFrameDecoder

16.ByteBuf总述

17.引用计数

18.ByteBuf-源码分析(一)

19.UnpooledByteBuf源码分析

20.JEMalloc分配算法

21.PoolArena

22.PoolChunk

23.PoolChunkList

24.PoolSubpage

25.PoolThreadCache


持续更新中。。。

你可能感兴趣的:(自顶向下深入分析Netty-索引)