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