質問

I am currently Porting my Netty Server to Version 4 (4.0.0.CR9).

While everything works so far I would also like to try out the performance benefits of the new java7 nio2 implementation. But it seems that the required classes like AioEventLoopGroup etc. are not inside the netty-all or other packages downloaded with the netty bundle.

Has the NIO2 Support been removed from Netty?

役に立ちましたか?

解決

Yes it has bee removed as it was not any faster then nio.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top