Download List

Projeto Descrição

The Netty project is an effort to provide an asynchronous, event-driven network application framework and tools for rapid development of maintainable, high-performance, high-scalability protocol servers and clients. In other words, Netty is a NIO client server framework that enables quick and easy development of network applications such as protocol servers and clients. It simplifies and streamlines network programming such as TCP and UDP socket servers.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-10-26 00:09
3.2.3.Final

Uma regressão no codificador Socket Web foi corrigido. Um erro intermitente críticas onde as operações de gravação barraca quando um usuário solicita Channel.setReadable () foi corrigido. Esta versão também adiciona suporte adequado para o HTTP "Expect: 100-continue" cabeçalho.
A regression in the Web Socket encoder has been fixed. An intermittent critical bug where write operations stall when a user calls Channel.setReadable() was fixed. This release also adds proper support for the HTTP "Expect: 100-continue" header.

2010-08-30 18:58
3.2.2.Final

Este comunicado contém as correções cumulativas para vários bugs reportados desde a versão anterior.
This release contains the cumulative fixes for the various bugs reported since the previous version.

2010-06-23 21:59
3.2.1.Final

Esta versão inclui diversas correções de bugs e suporte para a versão mais recente projecto WebSocket 76.
This release includes various bug fixes and support for the latest WebSocket draft version 76.

2010-03-05 16:49
3.2.0.BETA1

Transporte NIO agora suporta zero transferência de arquivo de cópia. O número de threads de E / S foi duplicada para melhor out-of-the-box performance. A regressão do desempenho no transporte NIO foi corrigido. SslHandler tornou-se mais seguro, desativando renegociação por padrão.
NIO transport now supports zero-copy file transfer. The number of I/O threads has been doubled for better out-of-the-box performance. The performance regression in the NIO transport has been fixed. SslHandler became more secure by disabling renegotiation by default.

2010-02-02 21:10
3.2.0.ALPHA4

NIO escrever throughput foi melhorada ainda mais. Suporte RTSP (Real Time Streaming Protocol) foi adicionada. Lidar com NUL-strings terminadas foi facilitada. Um exemplo da unificação porta foi adicionada.
NIO write throughput has been improved even further. RTSP (Real Time Streaming Protocol) support has been added. Dealing with NUL-terminated strings was made easier. A port unification example has been added.

Project Resources