netty5/handler
Norman Maurer c78abce954 Support JDK9-native ALPN
Motivation:

Netty is unable to use Java9s ALPN support atm.

Modifications:

When running on Java9+ we invoke the correct methods that are exposed on the Java9+ implementation of SSLEngine and so be able to support ALPN.
This patch is based on the work of @rschmitt and so https://github.com/netty/netty/pull/6992.

Result:

Fixes #6933.
2017-08-24 08:17:22 +02:00
..
src Support JDK9-native ALPN 2017-08-24 08:17:22 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-08-02 20:29:15 +02:00