Netty学习前的基础知识(九):Doug Lea的nio文档学习之Reactor最佳做法 欧阳田 2022-04-17 472 阅读1分钟 背景 记录Reactor模式的最佳实践过程。 内容来自Doug Lea的nio文档。 Reactor模式的最佳实践 结构图 Multiple Reactor Threads Using other java.nio features Connection -Based Extensions 小结 拆分Reactor演进过程,梳理知识。