netty5/codec-http
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
..
src Overall clean-up on Headers and its subtypes 2014-10-22 15:08:12 +09:00
pom.xml Add proxy support for client socket connections 2014-10-14 12:40:33 +09:00