
netty
Doc.B
这个作者很懒,什么都没留下…
展开
-
Springboot中 启动netty的几种方法
文章目录Springboot中 启动netty的几种方法1.CommandLineRunner1.在Application中使用2.在netty的启动类中使用2.ApplicationListener3.PostConstructSpringboot中 启动netty的几种方法1.CommandLineRunnerCommandLineRunner这个接口是springboot提供用来实现数...原创 2019-09-19 19:29:51 · 14814 阅读 · 2 评论 -
使用Netty进行TCP的拆包与粘包
文章目录使用Netty进行TCP的拆包与粘包1.拆包与粘包1.拆包发生原因2.粘包发生原因2.Netty中对于拆包与粘包的解决方案-Decoder1.基于分隔符协议进行的解码1.LineBasedFrameDecoder 基于回车换行符2.DelimiterBasedFrameDecoder 基于自定义分隔符2.基于长度进行解码1.FixedLengthFrameDecoder 基于固定长度解码2...原创 2019-09-20 10:22:33 · 458 阅读 · 0 评论