欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  资讯频道

Netty 3.2.0 ALPHA1 发布,NIO client server框架

程序员文章站 2022-03-07 22:21:38
...

Netty 3.2版本的首个alpha版本发布了!Netty是NIO客户/服务器框架,提供异步,基于网络和事件驱动的应用程序框架和开发工具。用于快速敏捷开发、维护高性能、高灵活性的协议服务器和协议客户端。
Netty 3.2.0 ALPHA1 发布,NIO client server框架
新特性:

  • Reconnectable transport
  • Annotation-based state machine which helps ChannelHandler implementation
  • Blocking read handler
  • Batch write handler
  • Write an HTTP proxy example
  • Local transport that is compatible with socket transport
  • org.jboss.netty.handler.codec.http.HttpRequest.getURI() should behave consistently
  • Make the HTTP tunneling transport firewall-friendly
  • Make HttpMessage, HttpChunk and their default implementation completely mutable
  • Add support for HTTP trailing headers

查看详情发布文档:https://jira.jboss.org/jira/secure/ReleaseNote.jspa?version=12314229&styleName=Html&projectId=12310721&Create=Create

下载地址: http://www.jboss.org/netty/downloads.html