netty5/example/src/main
Trustin Lee 73d79a4b3b Do not use hard-coded handler names in HTTP/2
Motivation:

Our HTTP/2 implementation sometimes uses hard-coded handler names when
adding/removing a handler to/from a pipeline. It's not really a good
idea because it can easily result in name clashes. Unless there is a
good reason, we need to use the reference to the handlers

Modifications:

- Allow null as a handler name for Http2Client/ServerUpgradeCodec
  - Use null as the default upgrade handler name
- Do not use handler name strings in some test cases and examples

Result:

Fixes #3815
2015-06-10 11:46:02 +09:00
..
java/io/netty/example Do not use hard-coded handler names in HTTP/2 2015-06-10 11:46:02 +09:00
resources Add HTTP/2 Netty tiles example 2015-05-18 14:16:54 -07:00