随笔分类 -  Netty

摘要:解决办法 -- cd common -- mvn clean compile -Dcheckstyle.skip=true 刚下过来netty框架属实把我整的头皮发麻,遇到各种各样的问题,在网上查了很多,其中困扰时间最长的就是编译netty的时候缺少io.netty.collection包的问题: 阅读全文 »
posted @ 2022-04-26 17:03 飞飞很要强 阅读(1509) 评论(0) 推荐(0) 编辑
摘要:1. 粘包与半包 1.1 粘包现象 服务端代码 public class HelloWorldServer { static final Logger log = LoggerFactory.getLogger(HelloWorldServer.class); void start() { NioE 阅读全文 »
posted @ 2021-10-02 20:07 飞飞很要强 阅读(88) 评论(0) 推荐(1) 编辑
摘要:1.1 Netty 是什么? Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol ser 阅读全文 »
posted @ 2021-10-02 13:53 飞飞很要强 阅读(120) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示