netty5/codec-http/src
Nikolay Fedorovskikh 943f4ec7ff Make methods 'static' where it missed
Motivation:

Calling a static method is faster then dynamic

Modifications:

Add 'static' keyword for methods where it missed

Result:

A bit faster method calls
2017-02-23 11:01:57 +01:00
..
main/java/io/netty/handler/codec Make methods 'static' where it missed 2017-02-23 11:01:57 +01:00
test Prefer JDK ThreadLocalRandom implementation over ours. 2017-02-16 15:44:00 -08:00