79bf1173d7
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 |
||
---|---|---|
.. | ||
src/main | ||
.gitignore | ||
pom.xml |