Skip to the content.

..

Netty网络编程

Java NIO 类库

缓冲区Buffer

通道Channel

多路复用器Selector

关键概念

Channel

ChannelPipeline

ChannelHandler

inbound/outbound 事件

EventLoop

Future/Promise

时间轮算法

关键流程

故障定位

常见问题

Netty使用案例