netty5/handler
Trustin Lee f2678a31ff Add ApplicationProtocolConfig.DISABLED
Motivation:

When ALPN/NPN is disabled, a user has to instantiate a new
ApplicationProtocolConfig with meaningless parameters.

Modifications:

- Add ApplicationProtocolConfig.DISABLED, the singleton instance
- Reject the constructor calls with Protocol.NONE, which doesn't make
  much sense because a user should use DISABLED instead.

Result:

More user-friendly API when ALPN/NPN is not needed by a user.
2014-10-31 14:09:46 +09:00
..
src Add ApplicationProtocolConfig.DISABLED 2014-10-31 14:09:46 +09:00
pom.xml Backport ALPN and Mutual Auth SSL 2014-10-31 12:52:26 +09:00