netty5/codec/src
Alex Petrov 0f9492c9af Add first-class Little Endian support to ByteBuf and descendants
As discussed in	#3209, this PR adds Little Endian accessors
to ByteBuf and descendants.

Corresponding accessors were added to UnsafeByteBufUtil,
HeapByteBufferUtil to avoid calling `reverseBytes`.

Deprecate `order()`, `order(buf)` and `SwappedByteBuf`.
2015-11-26 20:30:24 +01:00
..
main/java/io/netty/handler/codec Add first-class Little Endian support to ByteBuf and descendants 2015-11-26 20:30:24 +01:00
test Improve the performance of copying header sets when hashing and name validation are equivalent. 2015-11-07 08:53:10 -08:00