内容简介:Netty 4.1.35.Final 发布了,Netty 是一个 Java 开源框架。Netty 提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。此版本包含错误修复和改进。更新内容:详情请查看
Netty 4.1.35.Final 发布了,Netty 是一个 Java 开源框架。Netty 提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。此版本包含错误修复和改进。
更新内容:
- Only try to use OpenSslX509TrustManagerWrapper when using Java 7+ ( #9065 )
- DnsNameResolver.resolve(...) should notify future as soon as one preferred record was resolved ( #9050 )
- Correctly calculate ttl for AuthoritativeNameServer when update existing records ( #9051 )
- DnsNameResolver.resolveAll(...) should also contain non preferred addresses ( #9044 )
- Websocket client closing handshake to support "force close" after given timeout ( #8883 )
- Correctly handle overflow in Native.kevent(...) when EINTR is detected ( #9024 )
- DnsNameResolver.resolveAll(...) should not include duplicates ( #9021 )
- Skip execution of Channel*Handler method if annotated with @Skip and just use the next handler in the pipeline ( #8988 )
- Allow to offload / customize key signing operations when using BoringSSL ( #8943 )
- Allow to offload certificate validation when using BoringSSL ( #8974 )
- Add user possibility to skip the evaluation of a certain websocket extensions ( #8910 )
- Don't try to put back MemoryRegionCache.Entry objects into the Recycler when recycled because of a finalizer ( #8955 )
- Fix possible ByteBuf leak when CompositeByteBuf is resized ( #8946 )
- Allow to automatically trim the PoolThreadCache in a timely interval ( #8941 )
- Support ALLOW_HALF_CLOSURE channel option on Unix domain socket. ( #8932 )
- Correctly produce ssl alert when certificate validation fails on the client-side when using native SSL implementation ( #8949 )
- Fix HttpUtil.isKeepAlive to behave correctly when Connection is a comma separated list defect ( #8924 )
详情请查看 更新列表 。
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Netty 4.1.28.Final 发布,开源 Java 网络服务框架
- Netty 4.1.28.Final 发布,开源 Java 网络服务框架
- Netty 4.1.29.Final 发布,经典开源 Java 网络服务框架
- Netty 4.1.29.Final 发布,经典开源 Java 网络服务框架
- Netty 4.1.30.Final 发布,经典开源 Java 网络服务框架
- Netty 4.1.30.Final 发布,经典开源 Java 网络服务框架
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构与算法JavaScript描述
[美] Michael McMillan / 王群锋、杜 欢 / 人民邮电出版社 / 2014-8 / 49.00元
通过本书的学习,读者将能自如地选择最合适的数据结构与算法,并在JavaScript开发中懂得权衡使用。此外,本书也概述了与数据结构与算法相关的JavaScript特性。 本书主要内容如下。 数组和列表:最常用的数据结构。 栈和队列:与列表类似但更复杂的数据结构。 链表:如何通过它们克服数组的不足。 字典:将数据以键-值对的形式存储。 散列:适用于快速查找和检索。......一起来看看 《数据结构与算法JavaScript描述》 这本书的介绍吧!