# easynetty **Repository Path**: tigera15/easynetty ## Basic Information - **Project Name**: easynetty - **Description**: 一个简单访问netty的java库,里面有多协议解码器、大数据包处理,半包、粘包处理...轻易就能利用netty传输自定义协议数据或大文件 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-02-11 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: Netty ## README # easynetty A java project for easy to implement netty framework # dependencys ```xml io.github.tiger822.netty easynetty 1.0.7-SNAPSHOT ``` # features ## 1. 容易建立服务端、客户端对象 ## 2. 自带锁工具类,可实现服务端同步回传确认 https://blog.csdn.net/rocklee/article/details/123064757 ## 3. 带半包粘包处理的多协议解码器 AbstractMultipleDecode/JsonMultipleDecode, 例子请参考easynetty-samples里面的 com.freestyle.netty.bigpackage ## 4. 大数据包编码、解码器 https://blog.csdn.net/rocklee/article/details/123008349 例子请参考easynetty-samples里面的 com.freestyle.netty.bigpackage ## 5. 自带protobuf引用,并有简单的使用例子 easynetty-samples里面的com.freestyle.netty.protobuf # easynetty-samples https://github.com/tiger822/easynetty-samples *** 开源不易,请随手给个star,谢谢 ***