# netty **Repository Path**: idea_dsd/netty ## Basic Information - **Project Name**: netty - **Description**: netty学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-10-23 - **Last Updated**: 2022-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netty深入解析 一.netty基本组件 [1.一个简单的socket编程示例](./netty-demo/src/main/java/org/example/ch1/Server.java) [2.Netty对于socket的抽象](./netty基本组件/Netty对于socket的抽象.md) [3.tcp和udp协议](./netty基本组件/tcp和udp协议.md) [4.BIO和NIO](./netty基本组件/BIO和NIO.md) [5.netty线程模型](./netty基本组件/netty线程模型.md) [6.netty职责链Pipeline详解](./netty基本组件/netty职责链Pipeline详解.md) [7.零拷贝机制](./netty原理/零拷贝机制.md)