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-11-17 00:45 Back to release list
3.2.0.ALPHA1

A new compression handler has been added to support GZIP, ZLIB, and DEFLATE compression of a connection. More convenience methods have been added to the codec embedder for easier unit testing. A bug was fixed where the ChannelFuture of a connection attempt is not notified when a user closes the associated channel before the connection attempt is finished.

Project Resources