Go to file
2013-02-26 16:21:49 -08:00
all [maven-release-plugin] prepare for next development iteration 2013-02-14 12:56:24 -08:00
buffer Clean-up 2013-02-21 14:17:04 -08:00
codec Use ConcurrentHashMapV8 wherever possible 2013-02-26 15:54:51 -08:00
codec-http Use ConcurrentHashMapV8 wherever possible 2013-02-26 15:54:51 -08:00
codec-socks Move logging classes from internal to internal.logging 2013-02-26 14:54:25 -08:00
common Use ConcurrentHashMapV8 wherever possible 2013-02-26 15:54:51 -08:00
example add fireInboundBufferUpdated to fix #1085 socksproxy example 2013-02-25 20:27:39 +01:00
handler Move logging classes from internal to internal.logging 2013-02-26 14:54:25 -08:00
license Add back jzlib license file and notice 2013-02-21 14:00:59 -08:00
microbench [maven-release-plugin] prepare for next development iteration 2013-02-14 12:56:24 -08:00
tarball [maven-release-plugin] prepare for next development iteration 2013-02-14 12:56:24 -08:00
testsuite Move logging classes from internal to internal.logging 2013-02-26 14:54:25 -08:00
testsuite-osgi Fix bad updatePolicy string 2013-02-21 15:24:50 -08:00
transport Use ConcurrentHashMapV8 wherever possible 2013-02-26 15:54:51 -08:00
transport-rxtx [maven-release-plugin] prepare for next development iteration 2013-02-14 12:56:24 -08:00
transport-sctp Move logging classes from internal to internal.logging 2013-02-26 14:54:25 -08:00
transport-udt Move logging classes from internal to internal.logging 2013-02-26 14:54:25 -08:00
.fbfilter.xml Update license headers 2012-06-04 13:31:44 -07:00
.fbprefs Updated Find Bugs configuration 2009-03-04 10:33:09 +00:00
.gitignore ignore .idea/ folder 2012-01-16 16:01:00 +08:00
LICENSE.txt Relicensed to Apache License v2 2009-08-28 07:15:49 +00:00
NOTICE.txt Add back jzlib license file and notice 2013-02-21 14:00:59 -08:00
pom.xml Use ConcurrentHashMapV8 wherever possible 2013-02-26 15:54:51 -08:00
README.md Update README.md 2013-02-26 16:21:49 -08:00

Netty Project

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.

How to build

You require the following to build Netty:

  • JDK 7
  • Latest stable Maven

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.

Branches

  • master - 4.0
  • 3 - 3.x