发布于 2016-06-08 01:57:37 | 116 次阅读 | 评论: 0 | 来源: 网友投递
Netty Java开源框架
Netty是由JBOSS提供的一个java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。
Netty 4.1.1.Final 发布了,官方改进记录:
OpenSslEngine writePlaintextData WANT_READ with no data in BIO buffer (#5364)
Ensure the correct wrapped buffer is released in AbstractPooledDerivedByteBuf.deallocate() (#5347)
Netty 4.0.37.Final 发布了,官方改进记录:
OpenSslEngine writePlaintextData WANT_READ with no data in BIO buffer (#5364)
Fix the possible reference leak in Recycler (#5333)
[#5104] Fix possible deadlock in DefaultChannelPipeline (#5110)
PoolChunkList not correctly move PoolChunks when these are moved (#5089)
Allow to create Unsafe ByteBuf implementations that not use a Cleaner to clean the native memory. (#5314)