We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4302d83 commit 39e2759Copy full SHA for 39e2759
NETTY BY EXAMPLE/13.8 Summary.md
@@ -0,0 +1,6 @@
1
+总结
2
+====
3
+
4
+本章提供了一个无连接的传输协议,如UDP的介绍。我们看到,在 Netty的您可以从 TCP 切换到 UDP 的同时使用相同的 API。您还了解了如何通过专门的 ChannelHandler 来组织处理逻辑。我们通过独立的解码器的逻辑来处理消息对象。
5
6
+在下一章中我们将探讨用 Netty 实现可重用的编解码器。
SUMMARY.md
@@ -89,6 +89,7 @@ This is the summary of my book.
89
* [写广播器](NETTY BY EXAMPLE/Writing the broadcaster.md)
90
* [写监视器](NETTY BY EXAMPLE/Writing the monitor.md)
91
* [运行 LogEventBroadcaster 和 LogEventMonitor](NETTY BY EXAMPLE/Running the LogEventBroadcaster and LogEventMonitor.md)
92
+ * [总结](NETTY BY EXAMPLE/13.8 Summary.md)
93
* 高级主题
94
* [实现自定义编解码器](ADVANCED TOPICS/Implement a custom codec.md)
95
* [EventLoop 和线程模型](ADVANCED TOPICS/EventLoop and thread model.md)
0 commit comments