Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/e-4netty.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public interface ChannelFuture extends Future<Void> {
}
```

`ServerBootstrap` 客户端的启动引导类/辅助类,具体使用方法如下:
`ServerBootstrap` 服务端的启动引导类/辅助类,具体使用方法如下:

```java
// 1.bossGroup 用于接收连接,workerGroup 用于具体的处理
Expand Down Expand Up @@ -545,4 +545,4 @@ Netty 中的零拷贝体现在以下几个方面
- 《Netty 实战》
- Netty 面试题整理(2):[https://metatronxl.github.io/2019/10/22/Netty-面试题整理-二/](https://metatronxl.github.io/2019/10/22/Netty-面试题整理-二/)
- Netty(3)—源码 NioEventLoopGroup:https://www.cnblogs.com/qdhxhz/p/10075568.html
- 对于 Netty ByteBuf 的零拷贝(Zero Copy) 的理解: [https://www.cnblogs.com/xys1228/p/6088805.html](https://www.cnblogs.com/xys1228/p/6088805.html)
- 对于 Netty ByteBuf 的零拷贝(Zero Copy) 的理解: [https://www.cnblogs.com/xys1228/p/6088805.html](https://www.cnblogs.com/xys1228/p/6088805.html)