Class DirectByteBufferPool

    • Constructor Detail

      • DirectByteBufferPool

        public DirectByteBufferPool()
    • Method Detail

      • getBuffer

        public static DirectByteBuffer getBuffer​(byte allocator,
                                                 int length)
      • getBufferSupport

        protected abstract DirectByteBuffer getBufferSupport​(byte allocator,
                                                             int length)
      • returnBufferSupport

        protected abstract void returnBufferSupport​(DirectByteBuffer buffer)