Class AbstractRetainableByteBuffer

All Implemented Interfaces:
Retainable, RetainableByteBuffer, RetainableByteBuffer.Mutable

@Deprecated(forRemoval=true) public abstract class AbstractRetainableByteBuffer extends RetainableByteBuffer.FixedCapacity
Deprecated, for removal: This API element is subject to removal in a future version.

Abstract implementation of RetainableByteBuffer with reference counting.

  • Constructor Details

    • AbstractRetainableByteBuffer

      public AbstractRetainableByteBuffer(ByteBuffer byteBuffer)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details