netty5/codec-http/src
Norman Maurer acb28e3ac8 Multiple optimizations in the HttpObjectDecoder
* Minimize allocation of StringBuilder and also minimize char array copy
* Try to detect HttpVersion without calling toUpperCase() for performance reasons
2013-07-31 09:23:02 +02:00
..
main/java/io/netty/handler/codec Multiple optimizations in the HttpObjectDecoder 2013-07-31 09:23:02 +02:00
test/java/io/netty/handler/codec Rename methods of EmbeddedChannel and mark old ones as @deprecated 2013-07-31 16:04:08 +09:00