Télécharger la liste

Description du projet

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.

Système requise

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

Une régression dans le codeur Web Socket a été corrigé. Un bug intermittent critique où les opérations d'écriture de décrochage quand un utilisateur appelle Channel.setReadable () a été fixé. Cette version ajoute également un bon support du HTTP "Expect: 100-continue" en-tête.
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

Cette version contient les correctifs cumulatifs pour les divers bugs rapportés depuis la version précédente.
This release contains the cumulative fixes for the various bugs reported since the previous version.

2010-06-23 21:59
3.2.1.Final

Cette version inclut des corrections de bugs divers et de soutien pour le projet de version plus récente 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

NIO transport prend désormais en charge le transfert de fichiers de zéro copie. Le nombre de threads d'E / O a été doublée pour une meilleure out-of-the-box performance. La régression des performances dans le transport NIO a été corrigé. SslHandler est devenu plus sûr en désactivant la renégociation par défaut.
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 écrire débit a été encore amélioré. RTSP (Real Time Streaming Protocol) a été ajoutée. Faire face à une chaîne de caractères NUL a été rendue plus facile. Un exemple d'unification du port a été ajoutée.
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