netty5/codec-http
Trustin Lee fbc0ce4784 Avoid unnecessary string conversion where possible
Motivation:

HttpResponseStaus, HttpMethod and HttpVersion have methods that return
AsciiString.  There's no need for object-to-string conversion.

Modifications:

Use codeAsText(), name(), text() instead of setInt() and setObject()

Result:

Efficiency
2015-01-11 12:48:14 +09:00
..
src Avoid unnecessary string conversion where possible 2015-01-11 12:48:14 +09:00
pom.xml Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00