Netty3使用了ExecutionHandler,它提供了通过传入Executor来配置系统的能力。例如,可以使用允许配置诸如corePoolSize、maxChannelMemorySize、maxTotalMemorySize等的能力的OrderedMemoryAwareThreadPoolExecutor在NetTy4中,ExecutionHandler已经在New and noteworthy in 4.0中删除了,其中提到要使用DefaultEventExecutor,但据我所知,这不具有与删