发布于 2016-07-01 03:30:31 | 88 次阅读 | 评论: 0 | 来源: 网友投递
Netty Java开源框架
Netty是由JBOSS提供的一个java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。
Netty 3.10.6.Final 发布了,更新日志:
[#5054] IpV4Subnet.contains() always returns true for single-address subnets.
IpV4Subnet.contains() always returns true for single-address subnets (3.10.4)
Removed old CHM ported from JDK 5 to JDK 1.4
SslHandler: Avoid unchecked exception on write
Fix race when changing channel writability
官方提示,这是3.X的最后一次更新