netty5/handler/src/main/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 Fix javadoc issues 2017-02-22 07:31:07 +01:00
flush migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
ipfilter migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
logging Fixes a LoggingHandler#format method with two arguments 2017-10-24 06:56:54 +02: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 ReadTimeoutHandler - missing ) within JavaDoc example (#8645) 2018-12-10 20:50:43 +01:00
traffic migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00