Netty 提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。
Netty 发布 3.6.4 更新版本,主要改进包括:
You can specify ThreadNameDeterminer as a parameter when you construct Oio*ChannelFactory and HashedWheelTimer. (#1176)
ProtobufDecoder takes advantage of the performance improvements in protobuf 2.5.0. (#1146)
The message of a ConnectException now contains the remote address where the connection attempt was made to. (#1082)
NIO transport raises a ConnectTimeoutException, which extends ConnectException, when a connection attempt timed out. (#1036)
完整内容请看 https://github.com/netty/netty/issues?milestone=44&page=1&state=closed
来自:开源中国社区