-
Netty core repository: https://github.com/netty/netty
-
License: Apache-2.0 License
-
Required Java version: Java 11
-
Maven coordinates:
-
io.netty.contrib:netty5-bytebuf-adaptors:5.0.0.Final-SNAPSHOT
-
The adaptors allow Netty 4.1 ByteBuf
objects to be converted to Netty 5 Buffer
objects, and vice versa.
The conversion can either be done explicitly, by calling methods on BtyeBufAdaptor
or ByteBufBuffer
, or by adding a BufferConversionHandler
to the Netty pipeline.