netty5/testsuite
Nitesh Kant 29cae0445a
Introduce ByteToMessageDecoderForBuffer (#11654)
__Motivation__

In order to migrate all codec incrementally to use `Buffer`, we need a version of `ByteToMessageDecoder` that uses `Buffer`.

__Modification__

- Added the new version of `ByteToMessageDecoder` with a new name so that both old and new version can co-exist and we can incrementally migrate all codecs
- Migrated `FixedLengthFrameDecoder` as it was simple and used in tests.

__Result__

We have the basic building block to start migrating all codecs to the new `Buffer` API.
2021-09-14 17:06:49 -07:00
..
src/main/java/io/netty/testsuite Introduce ByteToMessageDecoderForBuffer (#11654) 2021-09-14 17:06:49 -07:00
.gitignore updated udt and connection test 2013-05-14 06:46:07 +02:00
pom.xml Use the standard japicmp.skip instead of the custom skipJapicmp (#11558) 2021-08-10 09:07:04 +02:00