netty5/codec
Trustin Lee 60764200d7 Do not throw an exception when failed to get a header
Motivation:

It is often very expensive to instantiate an exception. TextHeader
should not raise an exception when it failed to find a header or when
its header value is not valid.

Modification:

- Change the return type of the getter methods to Integer and Long so
  that null is returned when no header is found or its value is invalid
- Update Javadoc

Result:

- Fixes #2758
- No unnecessary instantiation of exceptions
2014-08-12 11:14:06 -07:00
..
src Do not throw an exception when failed to get a header 2014-08-12 11:14:06 -07:00
pom.xml Implemented LZF compression codec 2014-07-17 07:18:07 +02:00