# netty-study **Repository Path**: code4udd/netty-study ## Basic Information - **Project Name**: netty-study - **Description**: netty比较优秀的模板代码,可以参考并学习! - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netty-study netty4.x知识点学习 ### 1) [生产级别的心跳重连](https://github.com/BazingaLyn/netty-study/tree/master/src/main/java/com/lyncc/netty/idle) ### 2) [比较规范的netty的C/S端编写](https://github.com/BazingaLyn/netty-study/tree/master/src/main/java/com/lyncc/netty/production) 1)有心跳机制 2)有ACK检验机制 3)有重连机制 4)自定义交互协议 (代码是从Jupiter和RocketMQ中截出)