# netty-learning **Repository Path**: peterchain/netty-learning ## Basic Information - **Project Name**: netty-learning - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-05-05 - **Last Updated**: 2021-06-21 ## 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中截出)