Netty Java开源框架

Netty是由Jboss提供的一个Java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。
也就是说,Netty 是一个基于NiO的客户,服务器端编程框架,使用Netty 可以确保你快速和简单的开发出一个网络应用,例如实现了某种协议的客户,服务端应用。Netty相当简化和流线化了网络应用的编程开发过程,例如,TCP和UDP的socket服务开发。
“快速”和“简单”并不意味着会让你的最终应用产生维护性或性能上的问题。Netty 是一个吸收了多种协议的实现经验,这些协议包括FTP,SMTP,HTTP,各种二进制,文本协议,并经过相当精心设计的项目,最终,Netty 成功的找到了一种方式,在保证易于开发的同时还保证了其应用的性能,稳定性和伸缩性。

特性:

处理大容量数据流更简单
处理协议编码和单元测试更简单
I/O超时和Idle状态检测
应用程序的关闭更简单,更安全
更可靠的OutOfMemoryError预防

Netty 4.0.55 和 4.1.20.Final 发布,Java 网络服务框架
4.0.55.Final 和 4.1.20.Final 的共同更新内容:ByteBuf.toString(Charset) is not thread-safe (#7600)ObjectCleaner should continue cleaning despite exceptions (#7598)ObjectCleaner may indefinitely block on ReferenceQueue#poll (#7597)Handling concatenated GZIP streams (#7577)Correctly take position into a

发布于 2018-01-23 04:01:42 | 177 次阅读

Java 网络服务框架 Netty 4.1.19.Final 发布,Bug 修复
在发布 4.1.18.Final 一个星期之后,开发团队发现了一个回归错误,当通过使用一个 native transports 试图写一个CompositeByteBuf时,会导致出现 core-dump 的情况,为了解决这个问题,开发团队发布了 netty 4.1.19.Final 来解决这个情况,如果使用的是 4.1.18.Final 和 native transports,建议升级到新版本。这个回

发布于 2017-12-18 23:46:50 | 131 次阅读

Netty 4.1.16.Final 发布,Java 网络服务框架
Netty 4.1.16.Final 已发布,Netty 是用于快速开发可维护的高性能协议服务器和客户端的异步事件驱动的网络应用程序框架。该版本主要更新内容如下:Adapt Http2ServerDowngrader to work with clients (#7233)Match Http2ClientUpgradeCodec to the new upgrade policy (#7227)Fix NPE in InboundHttp2ToHttpAdapter (#7215)

发布于 2017-09-26 00:19:58 | 175 次阅读

Netty 4.0.52.Final 发布,Java 网络服务框架
Netty 4.0.52.Final 已发布,Netty 是用于快速开发可维护的高性能协议服务器和客户端的异步事件驱动的网络应用程序框架。该版本的更新日志官网尚未更新,保持关注中。欲了解更多可先查阅提交记录。下载地址:Source code (zip)Source code (tar.gz)

发布于 2017-09-22 00:49:26 | 137 次阅读

Netty 4.1.15.Final 和 4.0.51.Final 发布
Netty 4.1.15.Final 和 4.0.51.Final 已发布,Netty 是用于快速开发可维护的高性能协议服务器和客户端的异步事件驱动的网络应用程序框架。部分更新亮点:支持 JDK9-native ALPN使用 native 传输时,检测 ipv6 是否支持更安全的方法修正 DelegatingSslContext 配置 SslHandler 的功能修复 Netty 4.1.14.Final 无法在 android

发布于 2017-08-29 00:23:36 | 195 次阅读

Netty 4.1.14.Final 和 4.0.50.Final 发布
Netty 4.1.14.Final 和 4.0.50.Final 发布了主要更新如下:The most important changes for 4.0.50.Final and 4.1.14.Final are:Fix hash function and hash table size in Snappy (#7038)Correctly run all pending tasks for EmbeddedChannel when the Channel is closed (#6897)Allow to use oldest Channel out of the

发布于 2017-08-04 03:25:06 | 156 次阅读

Netty 4.1.13.Final 发布,Java 网络服务框架
Netty 4.1.13.Final 已发布,该版本包括 bug 修复,性能提升和新功能,建议用户升级。详细更新如下:Return the correct Future from FixedChannelPool.release() (#6908)Close channels that are released to a closed FixedChannelPool (#6907)OpenSSL CHACHA20 CipherSuiteConverter updates (#6875)Remove synchronized

发布于 2017-07-07 03:30:11 | 181 次阅读

Netty 4.0.49.Final 发布,Java 网络服务框架
Netty 4.0.49.Final 已发布,Netty 是一个 Java 开源框架。Netty 提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。未发现本次更新内容,点此保持关注。下载地址:http://netty.io/downloads.htmlSource code (zip)Source code (tar.gz)

发布于 2017-07-06 10:03:11 | 156 次阅读

Netty 4.0.48.Final 和 4.1.12.Final 发布
Netty 4.0.48.Final 和 4.1.12.Final 发布了,包含一些错误修复,性能增强和新功能,建议用户升级。Netty 4.0.48.Final 和 4.1.12.Final 有如下重要的更新:Allow to access memoryAddress of wrapped ByteBuf for ReadOnlyByteBuf (#6826)Correctly exclude netty-tcnative classes from the all jar (#6793)Netty force e

发布于 2017-06-09 23:50:24 | 205 次阅读

Netty 4.0.47.Final 和 4.1.11.Final 发布
Netty 4.0.47.Final 和 4.1.11.Final 发布了,这些版本包含错误修复,性能增强和一些新功能,建议升级。Netty 4.0.47.Final 和 4.1.11.Final 有如下重要的更新:如果有多个 src 缓冲区,OpenSslEngine wrap 可能会生成不良数据 (#6715)确保 Netty 在 Java7 上可用 (#6703)如果设置了 IDENTITY 头部的值,则不尝试压缩

发布于 2017-05-13 00:01:11 | 159 次阅读

Netty 4.0.46.Final 和 4.1.10.Final 发布
Netty 4.0.46.Final 和 4.1.10.Final 发布了,这些版本包含错误修复,性能增强和一些新功能,建议升级。Netty 4.0.46.Final 和 4.1.10.Final 有如下重要的更新:NetUtil IPv6 bugs related to IPv4 and compression (#6613)Enable configuring available processors (#6224)Add support for SNIMatcher when using SslProvi

发布于 2017-05-02 00:31:11 | 172 次阅读

Netty 4.1.10.Final 和 4.0.46.Final 发布
Netty 4.1.10.Final 和 4.0.46.Final 发布了。Netty 是一个 java 开源框架。Netty 提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。该版本暂未提供更新内容,您可点击查看官网保持关注。下载地址:4.1.10.FinalSource code (zip)Source code (tar.gz)4.0.

发布于 2017-04-30 00:55:43 | 171 次阅读

Netty 4.1.9.Final 和 4.0.45.Final 发布
Netty 4.1.9.Final 和 4.0.45.Final 发布了4.0.45.Final 和 4.1.9.Final 主要更新如下:UnorderedThreadPoolEventExecutor consumes 100% CPU when idle (#6518)Correct usages of internalNioBuffer (#6486)Expose ByteBufAllocator metric in a more general way (#6485)Direct buffers in java 9? Reflections on j

发布于 2017-03-11 04:30:57 | 190 次阅读

Netty 4.0.44 发布,Java 网络服务框架
Netty 4.0.44 发布了,官方没有该版本的改进说明。下载地址:Source code (zip)Source code (tar.gz)Netty是一个java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。

发布于 2017-02-04 09:27:54 | 179 次阅读

Netty 4.1.8 发布,Java 网络服务框架
Netty 4.1.8 发布了,官方没有该版本的改进说明。下载地址:Source code (zip)Source code (tar.gz)Netty是一个java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。

发布于 2017-01-30 15:55:42 | 151 次阅读

Netty 4.1.7.Final 和 4.0.43.Final 发布
Netty 4.1.7.Final 和 4.0.43.Final 发布了。4.0.43.Final and 4.1.7.Final 的重要改进:OpenSSLContext Mutual Auth does not announce acceptable CAs (#6145)Ensure ReferenceCountedOpenSslEngine not swallow the close_notify (#6189)ByteBufUtil.compare int underflow (#6198)Potential endless loop in Recycler.S

发布于 2017-01-13 02:49:45 | 249 次阅读

Netty 4.1.6.Final 和 4.0.42.Final 发布
Netty 4.1.6.Final 和 4.0.42.Final 发布了。4.0.42.Final and 4.1.6.Final 的重要改进:Correctly throw IndexOutOfBoundsException when dst.remaining() is too big (#5878)Update Default Cipher List (#5906)Ensure removal of SslHandler not produce IllegalReferenceCountException (#5880)Ensure we not close Nio

发布于 2016-10-15 00:56:38 | 222 次阅读

Netty 4.0.41.Final 和 4.1.5.Final 发布
Netty 4.0.41.Final 和 4.1.5.Final 发布了,本次更新主要有 bug 修复、性能提升以及新的特性。该版本也修复了一个当使用 netty-tcnative-boringssl-static 时可能会崩溃的问题。两个版本都有的详细更新如下:Result of ByteBufUtil.compare(ByteBuf a, ByteBuf b) is dependent on ByteOrder of supplied ByteBufs (#

发布于 2016-08-30 04:22:15 | 283 次阅读

Netty 4.0.40.Final 和 4.1.4.Final 发布
Netty 4.0.40.Final 和 4.1.4.Final 发布了,Netty是一个Java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。两个版本改进如下:Set Recycler DEFAULT_INITIAL_MAX_CAPACITY to a more sane value (#5589)Ensure shared capacity is updated correc

发布于 2016-07-28 01:23:24 | 202 次阅读

Netty 4.0.39.Final 和 4.1.3.Final 发布
Netty 4.0.39.Final 和 4.1.3.Final 发布了。本次发布,修改了bug,改进了性能,以及增加了一些功能。4.0.39 和4.1.3.Final 主要修改内容如下:Fix JDK9 direct ByteBuffer cleaner invocation (#5538)Non-sticky thread groups in DefaultThreadFactory (#5533)Enforce Recycler limit when recycling from different threa

发布于 2016-07-17 00:00:00 | 224 次阅读


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务