Skip to content

Adaptors and convertors for using Netty 4.1 ByteBuf in Netty 5

License

Notifications You must be signed in to change notification settings

netty-contrib/bytebuf-adaptors

Repository files navigation

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.

About

Adaptors and convertors for using Netty 4.1 ByteBuf in Netty 5

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages