Uses of Class
org.conscrypt.AllocatedBuffer
-
Packages that use AllocatedBuffer Package Description org.conscrypt -
-
Uses of AllocatedBuffer in org.conscrypt
Fields in org.conscrypt declared as AllocatedBuffer Modifier and Type Field Description private AllocatedBuffer
ConscryptEngineSocket.SSLInputStream. allocatedBuffer
Methods in org.conscrypt that return AllocatedBuffer Modifier and Type Method Description abstract AllocatedBuffer
BufferAllocator. allocateDirectBuffer(int capacity)
Allocates a direct (i.e.abstract AllocatedBuffer
AllocatedBuffer. release()
Returns the delegateByteBuffer
for reuse or garbage collection.AllocatedBuffer
AllocatedBuffer. retain()
Deprecated.this method is not usedstatic AllocatedBuffer
AllocatedBuffer. wrap(java.nio.ByteBuffer buffer)
Creates a newAllocatedBuffer
that is backed by the givenByteBuffer
.
-