netty5/handler/src/test
Norman Maurer aab89b058e Ensure Netty is usable on Java7
Motivation:

When adding SNIMatcher support we missed to use static delegating methods and so may try to load classes that not exists in Java7. Which will lead to errors.

Modifications:

- Correctly only try to load classes when running on java8+
- Ensure Java8+ related tests only run when using java8+

Result:

Fixes [#6700]
2017-05-04 14:10:53 -07:00
..
java/io/netty/handler Ensure Netty is usable on Java7 2017-05-04 14:10:53 -07:00
resources/io/netty/handler/ssl OpenSslEngine should respect hostname verification 2017-02-17 13:21:29 -08:00