netty5/handler/src
Norman Maurer 1065e0f26e 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:16:51 +02:00
..
main/java/io/netty/handler Support JDK9-native ALPN 2017-08-24 08:16:51 +02:00
test Support JDK9-native ALPN 2017-08-24 08:16:51 +02:00