Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 515 Bytes

README.adoc

File metadata and controls

10 lines (8 loc) · 515 Bytes

Netty 5.x ByteBuf Adaptors

  • 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.