commit | cc4420b13bb4eeea5b1cf4f93b2755644cd3b120 | [log] [tgz] |
---|---|---|
author | Andrei Kapishnikov <[email protected]> | Wed Apr 26 22:23:16 2017 |
committer | Andrei Kapishnikov <[email protected]> | Wed Apr 26 22:23:16 2017 |
tree | d078839523de759e589323cdc5a3586a32fbf2d4 | |
parent | e0f26303b4ce635365be19414d0ac81f2ef6ba3c [diff] |
Updated Netty to version 4.1.9.Final BUG=712738
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.
For the detailed information about building and developing Netty, please visit the developer guide. This page only gives very basic information.
You require the following to build Netty:
Note that this is build-time requirement. JDK 5 (for 3.x) or 6 (for 4.0+) is enough to run your Netty-based application.
Development of all versions takes place in each branch whose name is identical to <majorVersion>.<minorVersion>
. For example, the development of 3.9 and 4.0 resides in the branch ‘3.9’ and the branch ‘4.0’ respectively.