You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
21页:此外,还可利用新的传输实现没有写入的优势,只需替换一些构造器的调用方法即可参照官方原文(Also, you are even able to take advantage of new transports which aren't yet written (such as serial port communication transport), again by replacing just a couple lines of constructor calls. Moreover, you can write your own transport by extending the core API.)修改为此外,你甚至还可以利用尚未编写的新传输(例如串口通信传输),同样,只需替换几行构造函数调用即可
22页:在本节,将研究参照官方原文(In this chapter, we will examine what core functionalities are provided in Netty and how they constitute a complete network application development stack on top of the core.)建议修改为在本节,我们将研究Netty提供了哪些核心功能,以及它们是如何在核心之上构成一个完整的网络应用程序开发技术栈的
79页:ChannelHandlerContext可以通过参照ChannelHandlerContext源码注释(Enables a ChannelHandler to interact with its ChannelPipeline and other handlers. Among other things a handler can notify the next ChannelHandler in the ChannelPipeline as well as modify the ChannelPipeline it belongs to dynamically.)建议修改为一个处理器可以通知ChannelPipeline中的下一个ChannelHandler
106页:被称为EmbeddedChannel类修改为被称为EmbeddedChannel的类
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: