Netty的数据处理API通过两个组件暴露:abstrct class ByteBuf和interface ByteBufHolder。
abstrct class ByteBuf
interface ByteBufHolder
ByteBuf是Netty的数据容器。