netty5/handler/src
Norman Maurer e5b45f120a Allow to explicit disable usage of KeyManagerFactory when using OpenSsl
Motivation:

Sometimes it may be useful to explicit disable the usage of the KeyManagerFactory when using OpenSsl.

Modifications:

Add io.netty.handler.ssl.openssl.useKeyManagerFactory which can be used to explicit disable KeyManagerFactory usage.

Result:

More flexible usage.
2016-08-05 07:15:37 +02:00
..
main/java/io/netty/handler Allow to explicit disable usage of KeyManagerFactory when using OpenSsl 2016-08-05 07:15:37 +02:00
test Add FlushConsolidationHandler which consolidates flush operations as these are expensive 2016-07-07 06:48:23 +02:00