netty5/codec
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 Introduce ByteToMessageDecoderForBuffer (#11654) 2021-09-14 17:06:49 -07:00
pom.xml [Feature] Add zstd encoder (#11437) 2021-07-06 14:57:39 +02:00