Searched refs:nioBuffer (Results 1 – 3 of 3) sorted by relevance
46 public abstract ByteBuffer nioBuffer(); in nioBuffer() method in AllocatedBuffer71 public ByteBuffer nioBuffer() { in wrap()
1000 buffer = allocatedBuffer.nioBuffer(); in writePlaintextDataHeap()1062 buffer = allocatedBuffer.nioBuffer(); in readPlaintextDataHeap()1129 buffer = allocatedBuffer.nioBuffer(); in writeEncryptedDataHeap()1251 buffer = allocatedBuffer.nioBuffer(); in readEncryptedDataHeap()
48 this.buffer = nettyBuffer.nioBuffer(); in ByteBufAdapter()52 public ByteBuffer nioBuffer() { in nioBuffer() method in PooledAllocator.ByteBufAdapter