Module io.netty5.handler
Package io.netty5.handler.adaptor
This package contains a handler that can convert
ByteBuf
instances into
Buffer
, and vice versa.
This can be used to build pipelines that contain handlers that operate on different buffer types.
-
Class Summary Class Description BufferConversionHandler Deprecated. This handler will be moved out of Netty core and into a contrib repository, before Netty 5.0.0.Final is released. -
Enum Summary Enum Description BufferConversionHandler.Conversion The particular conversion operation to apply.