Download List

Project Description

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.

2009-09-08 14:15
3.1.3.GA

This release has been relicensed under the Apache License 2.0. The version of the Netty JAR that is being used can be identified easily now. An HTTPOnly attribute has been added to the Cookie implementation.

2009-08-24 12:48
3.1.2.GA

This release fixes a bug where a successful connection attempt sometimes lead to immediate disconnection.

2009-08-17 16:58
3.1.1.GA

A bug where the socket connection timeout property is not respected was fixed.

2009-07-24 18:38
3.1.0.GA

This is a major stable release. Overall documentation quality has been improved. The HTTP tunneling transport has been revamped to fix many known issues. Various miscellaneous bugs were fixed.

2009-06-23 17:29
3.1.0.CR1

The large data streaming handler has been added. HTTP decoder performance has been improved. A proxy server example has been added. The API documentation has been improved.

Project Resources