# netty-study **Repository Path**: hhu-liming/netty-study ## Basic Information - **Project Name**: netty-study - **Description**: netty学习demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-01 - **Last Updated**: 2021-11-03 ## 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中截出)