Netty 4.1.28.Final 发布,开源 Java 网络服务框架

2018-07-28    来源:oschina

容器云强势上线!快速搭建集群,上万Linux镜像随意使用
Netty

Netty 4.1.28.Final 已发布,此版本包含错误修复,此外 JDK 可使用任何受支持的 SocketOption。

最重要的变更

  • Support the usage of SocketOption when nio is used and the java version >= 7 (#8085)

  • Leak detection combined with composite buffers results in incorrectly handled writerIndex when calling ByteBufUtil.writeAscii/writeUtf8 (#8153)

  • Allow to validate sni hostname with underscore (#8150)

  • HTTP/2 child channel read cycle doesn't respect RecvByteBufAllocator and may drop data if stream closed while auto read is off (#8147)

下载地址:http://netty.io/downloads.html

Netty 是一个 Java 开源框架。Netty 提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。

标签: 服务器 网络 网络服务器

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点!
本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。

上一篇:继慕尼黑后,另一个德国州也计划从 Linux 转向 Windows

下一篇:keepalived 2.0.6 发布,C 语言编写的路由软件