Go to file
Norman Maurer d73477c7bd Add benchmarks for SSLEngine implementations
Motivation:

As we provide our own SSLEngine implementation we should have benchmarks to compare it against JDK impl.

Modifications:

Add benchmarks for wrap / unwrap and handshake performance.

Result:

Benchmarks FTW.
2017-02-24 08:02:10 +01:00
.github
all
buffer Ensure PooledByteBuf.initUnpooled(...) correctly set the allocator 2017-02-23 19:53:17 +01:00
codec DatagramPacketEncoder|Decoder should take into account if wrapped handler is sharable 2017-02-23 20:22:34 +01:00
codec-dns
codec-haproxy
codec-http
codec-http2 Increase timeouts in Http2ConnectionRoundtripTest 2017-02-24 07:58:59 +01:00
codec-memcache
codec-mqtt
codec-redis
codec-smtp
codec-socks
codec-stomp
codec-xml
common
example
handler Throw if SSLParameters contains settings that are not supported by ReferenceCountedOpenSslEngine 2017-02-23 20:00:40 +01:00
handler-proxy
license
microbench Add benchmarks for SSLEngine implementations 2017-02-24 08:02:10 +01:00
resolver
resolver-dns
tarball
testsuite
testsuite-autobahn
testsuite-osgi
transport
transport-native-epoll
transport-rxtx
transport-sctp
transport-udt
.fbprefs
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NOTICE.txt
pom.xml Throw if SSLParameters contains settings that are not supported by ReferenceCountedOpenSslEngine 2017-02-23 20:00:40 +01:00
README.md
run-example.sh

Netty Project

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

How to build

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.

Branches to look

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.