Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d65f679

Browse files
Merge branch 'master' of github.com:Snailclimb/JavaGuide-Interview
2 parents 1c36150 + d259cf2 commit d65f679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/e-4netty.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /