
Netty
阿湯哥
用心生活!爱每一天!
展开
-
Netty实战读书笔记 - ByteBuf
distinguish of ByteBuffer and ByteBuf A direct byte buffer may be created by invoking the allocateDirect factory method of this class. The buffers returned by this method typically have somewhat high...原创 2019-12-13 15:27:19 · 188 阅读 · 0 评论 -
Netty工作原理
Netty工作原理1. Netty Programming1.1 Netty Nio工作原理图1.2 NioEventLoop和NioEventLoopGroup参考 1. Netty Programming 1.1 Netty Nio工作原理图 Netty 作为异步事件驱动的网络,高性能之处主要来自于其 I/O 模型和线程处理模型,前者决定如何收发数据,后者决定如何处理数据。 Netty的工作原...原创 2019-10-24 17:55:45 · 396 阅读 · 0 评论