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 AllocatedBufferConscryptEngineSocket.SSLInputStream. allocatedBufferMethods in org.conscrypt that return AllocatedBuffer Modifier and Type Method Description abstract AllocatedBufferBufferAllocator. allocateDirectBuffer(int capacity)Allocates a direct (i.e.abstract AllocatedBufferAllocatedBuffer. release()Returns the delegateByteBufferfor reuse or garbage collection.AllocatedBufferAllocatedBuffer. retain()Deprecated.this method is not usedstatic AllocatedBufferAllocatedBuffer. wrap(java.nio.ByteBuffer buffer)Creates a newAllocatedBufferthat is backed by the givenByteBuffer.
-