File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ public interface ChannelFuture extends Future<Void> {
163163 }
164164```
165165
166- ` ServerBootstrap ` 客户端的启动引导类 /辅助类,具体使用方法如下:
166+ ` ServerBootstrap ` 服务端的启动引导类 /辅助类,具体使用方法如下:
167167
168168``` java
169169 // 1.bossGroup 用于接收连接,workerGroup 用于具体的处理
@@ -545,4 +545,4 @@ Netty 中的零拷贝体现在以下几个方面
545545- 《Netty 实战》
546546- Netty 面试题整理(2 ): [https: // metatronxl.github.io/2019/10/22/Netty-面试题整理-二/](https://metatronxl.github.io/2019/10/22/Netty-面试题整理-二/)
547547- Netty (3 )—源码 NioEventLoopGroup : https: // www.cnblogs.com/qdhxhz/p/10075568.html
548- - 对于 Netty ByteBuf 的零拷贝(Zero Copy ) 的理解: [https: // www.cnblogs.com/xys1228/p/6088805.html](https://www.cnblogs.com/xys1228/p/6088805.html)
548+ - 对于 Netty ByteBuf 的零拷贝(Zero Copy ) 的理解: [https: // www.cnblogs.com/xys1228/p/6088805.html](https://www.cnblogs.com/xys1228/p/6088805.html)
You can’t perform that action at this time.
0 commit comments