netty5/example/src/main
Trustin Lee 5ce410c69e Future compatibility with TLS ALPN
Motivation:

According to TLS ALPN draft-05, a client sends the list of the supported
protocols and a server responds with the selected protocol, which is
different from NPN.  Therefore, ApplicationProtocolSelector won't work
with ALPN

Modifications:

- Use Iterable<String> to list the supported protocols on the client
  side, rather than using ApplicationProtocolSelector
- Remove ApplicationProtocolSelector

Result:

Future compatibility with TLS ALPN
2014-05-22 10:03:02 +09:00
..
java/io/netty/example Future compatibility with TLS ALPN 2014-05-22 10:03:02 +09:00
resources Adding a Cross Origin Resource Sharing (CORS) handler. 2014-01-16 08:18:16 +01:00