netty5/handler/src
Norman Maurer f20439b6d3 Various performance optimizations in OpenSslEngine
Motivation:

There are various places in OpenSslEngine wher we can do performance optimizations.

Modifications:

- Reduce JNI calls when possible
- Detect finished handshake as soon as possible
- Eliminate double calculations
- wrap multiple ByteBuffer if possible in a loop

Result:

Better performance
2015-02-09 06:20:19 +01:00
..
main/java/io/netty/handler Various performance optimizations in OpenSslEngine 2015-02-09 06:20:19 +01:00
test Implement OpenSslEngine.getSupportedCipherSuites() and get/setEnabledCipherSuites() 2014-12-30 19:26:05 +09:00