netty组件介绍1

Bootstrap 和 ServerBootstrap 配置的引导对象
EventLoopGroup 线程组
Channel 就是服务器端的通道

handler 方法和 给boss 那个组的配置
childHandler方法的区别。给work那个组的配置

future 和 channelFuture 可以注册想赢的监听, 因为服务端都是异步的。

你可能感兴趣的:(#netty)