Interface BufferIntegratable

  • All Superinterfaces:
    io.netty.buffer.ByteBufConvertible, io.netty.util.ReferenceCounted, io.netty5.util.ReferenceCounted
    All Known Implementing Classes:
    AdaptableBuffer

    public interface BufferIntegratable
    extends io.netty.buffer.ByteBufConvertible, io.netty5.util.ReferenceCounted
    Interfaces that are required for an object to stand-in for a io.netty5.buffer.ByteBuf in Netty.
    • Method Summary

      • Methods inherited from interface io.netty.buffer.ByteBufConvertible

        asByteBuf
      • Methods inherited from interface io.netty5.util.ReferenceCounted

        refCnt, release, release, retain, retain, touch, touch