netty5/codec/src
Norman Maurer 1f049367a4 Make use of ByteBufProcessor for extract initial line and headers
This gives some nice performance boost as readByte() is quite expensive because of the index / replay checks.
2014-01-16 20:14:28 +01:00
..
main/java/io/netty/handler/codec Make use of ByteBufProcessor for extract initial line and headers 2014-01-16 20:14:28 +01:00
test Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2013-12-16 22:22:47 +09:00