# netty-example
**Repository Path**: doveylovey/netty-example
## Basic Information
- **Project Name**: netty-example
- **Description**: Netty 官方示例、网络编程 T-IO示例、Netty 学习示例
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 3
- **Created**: 2021-08-19
- **Last Updated**: 2025-09-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Java, Netty, IO
## README
netty-example
==============
# 第三方工具包
```text
org.bytedeco
tesseract-platform
5.5.1-1.5.12
org.bytedeco
leptonica-platform
1.85.0-1.5.12
org.bytedeco
opencv-platform
4.11.0-1.5.12
```
# 参考文章
- [Netty 官方地址](https://github.com/netty/netty/tree/4.1/example)
- [深入分析 JavaIO(一):概述](https://mp.weixin.qq.com/s/a3IittULm8GwQKKr8Zu9QQ)
- [深入分析 JavaIO(二):BIO](https://mp.weixin.qq.com/s/8jxmDi_HeEPTN1ML0ndy4A)
- [深入分析 JavaIO(三):NIO](https://mp.weixin.qq.com/s/ArLlKmzZAhATQvgX0ZoIzA)
- [深入分析 JavaIO(四):AIO](https://mp.weixin.qq.com/s/WkjgdPJTLc7_mTCwuG5RJg)
- [ByteBuf 详解](https://www.cnblogs.com/snail-gao/p/15595747.html)
- [Netty 编解码器](https://www.cnblogs.com/qdhxhz/p/10245936.html)
- [Netty 解决粘包和拆包问题的四种方案](https://www.cnblogs.com/AIPAOJIAO/p/10631551.html)
- [https://www.baeldung.com/netty](https://www.baeldung.com/netty)
- [一文搞懂 Netty 中 Handler 的执行顺序](https://blog.csdn.net/zhengchao1991/article/details/103583766)
- [Netty 编解码器剖析与入站出站处理器详解](https://blog.csdn.net/wzq6578702/article/details/78767539)
- [Netty 编解码器和 handler 的调用机制](https://blog.csdn.net/m0_45364328/article/details/124898950)
- [Netty 核心组件 ChannelPipeline 和 ChannelHandler 与 ChannelHandler 的入站出站规则](https://blog.csdn.net/qq_40837310/article/details/111644392)
- []()