Searched refs:nioBuffer (Results 1 – 11 of 11) sorted by relevance
50 for (ByteBuffer nioBuffer : unwrapper.writableNioBuffers(out)) { in getBytesToSendToPeer()51 if (!nioBuffer.hasRemaining()) { in getBytesToSendToPeer()56 int prevPos = nioBuffer.position(); in getBytesToSendToPeer()57 internalHandshaker.getBytesToSendToPeer(nioBuffer); in getBytesToSendToPeer()58 bytesWritten += nioBuffer.position() - prevPos; in getBytesToSendToPeer()62 if (nioBuffer.position() == prevPos) { in getBytesToSendToPeer()82 for (ByteBuffer nioBuffer : unwrapper.readableNioBuffers(data)) { in processBytesFromPeer()83 if (!nioBuffer.hasRemaining()) { in processBytesFromPeer()88 int prevPos = nioBuffer.position(); in processBytesFromPeer()89 done = internalHandshaker.processBytesFromPeer(nioBuffer); in processBytesFromPeer()[all …]
107 ciphertextAndTag.nioBuffer(ciphertextAndTag.readerIndex(), bytesRead); in decrypt()
64 public abstract ByteBuffer nioBuffer(); in nioBuffer() method in AllocatedBuffer164 public ByteBuffer nioBuffer() { in wrap() method in AllocatedBuffer218 public ByteBuffer nioBuffer() {
2008 ByteBuffer nioBuffer = allocatedBuffer.nioBuffer(); in nextBuffer() local2009 if (!nioBuffer.isDirect()) { in nextBuffer()2016 buffer = nioBuffer; in nextBuffer()2562 ByteBuffer nioBuffer = allocatedBuffer.nioBuffer(); in nextBuffer() local2563 if (!nioBuffer.isDirect()) { in nextBuffer()2570 buffer = nioBuffer; in nextBuffer()
46 public abstract ByteBuffer nioBuffer(); in nioBuffer() method in AllocatedBuffer75 public ByteBuffer nioBuffer() { in wrap()
1046 buffer = allocatedBuffer.nioBuffer();1108 buffer = allocatedBuffer.nioBuffer();1176 buffer = allocatedBuffer.nioBuffer();1298 buffer = allocatedBuffer.nioBuffer();
728 fromEngine = allocatedBuffer.nioBuffer();
48 public abstract ByteBuffer nioBuffer(); in nioBuffer() method in AllocatedBuffer77 public ByteBuffer nioBuffer() { in wrap()
1043 buffer = allocatedBuffer.nioBuffer();1105 buffer = allocatedBuffer.nioBuffer();1173 buffer = allocatedBuffer.nioBuffer();1295 buffer = allocatedBuffer.nioBuffer();
744 fromEngine = allocatedBuffer.nioBuffer();
47 this.buffer = nettyBuffer.nioBuffer(0, nettyBuffer.capacity()); in ByteBufAdapter()51 public ByteBuffer nioBuffer() { in nioBuffer() method in NettyBufferAllocator.ByteBufAdapter