Download List

프로젝트 설명

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

웹 소켓 인코더의 회귀가 이제 고쳐졌습니다. 간헐 중요한 버그는 어디에 작업이 수정되었습니다) 사용자 (Channel.setReadable를 호출하면 매점 써주세요. 헤더 : "100 - 계속 기대"이 릴리스에는 HTTP를위한 적절한 지원을 추가합니다.
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

이 버전에서는 이전 버전 이후로 보고된 여러가지 버그에 대한 누적 수정 프로그램을 포함하고 있습니다.
This release contains the cumulative fixes for the various bugs reported since the previous version.

2010-06-23 21:59
3.2.1.Final

이 버전에서는 여러 버그 수정 및 최신 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 전송 지금은 제로를 복사하여 파일 전송을 지원합니다. 내가 전화 번호 / O를 스레드를 2 배로되었습니다 - 박스의 성능을 밖에서 더 낫다. nio 전송 성능 회귀가 수정되었습니다. SslHandler 더 재협상은 기본적으로 비활성화하여 안전하게되었다.
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 더욱 향상되었습니다 처리량을 써주세요. RTSP를 (리얼 타임 스트리밍 프로토콜) 지원이 추가되었습니다. NUL 다루기 - 종료 문자열을 쉽게 만들어졌습니다. 예를 들어 통일 포트가 추가되었습니다.
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