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 39e2759

Browse files
committed
compelted chapter 13
1 parent 4302d83 commit 39e2759

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

‎NETTY BY EXAMPLE/13.8 Summary.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
总结
2+
====
3+
4+
本章提供了一个无连接的传输协议,如UDP的介绍。我们看到,在 Netty的您可以从 TCP 切换到 UDP 的同时使用相同的 API。您还了解了如何通过专门的 ChannelHandler 来组织处理逻辑。我们通过独立的解码器的逻辑来处理消息对象。
5+
6+
在下一章中我们将探讨用 Netty 实现可重用的编解码器。

‎SUMMARY.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ This is the summary of my book.
8989
* [写广播器](NETTY BY EXAMPLE/Writing the broadcaster.md)
9090
* [写监视器](NETTY BY EXAMPLE/Writing the monitor.md)
9191
* [运行 LogEventBroadcaster 和 LogEventMonitor](NETTY BY EXAMPLE/Running the LogEventBroadcaster and LogEventMonitor.md)
92+
* [总结](NETTY BY EXAMPLE/13.8 Summary.md)
9293
* 高级主题
9394
* [实现自定义编解码器](ADVANCED TOPICS/Implement a custom codec.md)
9495
* [EventLoop 和线程模型](ADVANCED TOPICS/EventLoop and thread model.md)

0 commit comments

Comments
(0)

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