netty5/handler/src/test/java/io/netty/handler
Stephane Landelle 79bf1173d7 Drop NPN and SPDY support
Motivation:

NPN has been superseeded by ALPN
SPDY has been superseeded by HTTP/2 and Chrome has dropped support in 2016
Those protocols are deprecated and most likely no longer used at large.

Modifications:

Remove NPN and SPDY code.

`ApplicationProtocolConfig.Protocol` enum is left with 2 values: NONE and ALPN, as this might be more explicit than a boolean and would be more versatile should a new negotiation protocol appear.

Result:

Removed dead code
2019-02-02 10:14:23 +01:00
..
flow Decouple EventLoop details from the IO handling for each transport to… (#8680) 2019-01-23 08:32:05 +01:00
flush Require Java8 as minimum (#8739) 2019-01-22 08:48:18 +01:00
ipfilter migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
logging Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
ssl Drop NPN and SPDY support 2019-02-02 10:14:23 +01:00
stream migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
timeout migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00