Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在将我的 Netty 服务器移植到版本 4 (4.0.0.CR9)。
虽然到目前为止一切正常,但我还想尝试新的 java7 nio2 实现的性能优势。但似乎 AioEventLoopGroup 等所需的类不在 netty-all 或使用 netty 包下载的其他包中。
是否已从 Netty 中删除了 NIO2 支持?
是的,它已被删除,因为它并没有比 nio 快。