一、BIO、NIO、AIO 學習Netty需要了解BIO、NIO、AIO,具體可參考 Java網(wǎng)絡編程IO模型 — BIO、NIO、AIO詳解 二、什么是Netty? 官網(wǎng)介紹 Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. ...