netty5/codec-http2/src
Trustin Lee 36b41570a4 Overall clean-up on Headers and its subtypes
Motivation:

- There are still various inspector warnings to fix.
- ValueConverter.convert() methods need to end with the type name like
  other methods in Headers, such as setInt() and addInt(), for more
  consistency

Modifications:

- Fix all inspector warnings
- Rename ValueConverter.convert() to convert<type>()

Result:

- Cleaner code
- Consistency
2014-10-22 15:08:12 +09:00
..
main/java/io/netty/handler/codec/http2 Overall clean-up on Headers and its subtypes 2014-10-22 15:08:12 +09:00
test/java/io/netty/handler/codec/http2 Netty Headers Class Restructure and Algorithm Updates 2014-10-21 13:04:08 -04:00