
netty系列之:Bootstrap,ServerBootstrap和netty中的实现
- 2022 年 2 月 21 日
- 筆記
目录 简介 Bootstrap和ServerBootstrap的联系 AbstractBootstrap Bootstr …
Continue Reading目录 简介 Bootstrap和ServerBootstrap的联系 AbstractBootstrap Bootstr …
Continue Reading目录 简介 JDK异步缘起 netty中的Executor Future的困境和netty的实现 总结 简介 在我的心中 …
Continue Reading目录 简介 神龙见首不见尾的channel channel和channelGroup channelGroup的基本使用 …
Continue Reading目录 简介 ByteBuf和ByteBuffer的可扩展性 不同的使用方法 性能上的不同 总结 简介 netty作为一个 …
Continue Reading简介 经典的TCP三次握手大家应该很熟悉了,三次握手按道理说应该是最优的方案了,当然这是对于通用的情况来说的。那么在某些 …
Continue Reading目录 简介 ByteBuf和ReferenceCounted ByteBuf的基本使用 ByteBuf的回收 ByteB …
Continue Reading目录 简介 建立支持Rendezvous的服务器 处理不同的消息 节点之间的交互 总结 简介 在我们之前提到的所有net …
Continue Reading目录 简介 类型的定义 搭建UDT stream服务器 搭建UDT message服务器 Stream和Message的 …
Continue Reading目录 简介 netty对UDT的支持 搭建一个支持UDT的netty服务 异常来袭 TypeUDT和KindUDT 构建 …
Continue Reading目录 简介 netty服务的基本构建方式 EventLoopGroup channel 多种构建方式 其他的channe …
Continue Reading