Uses of Class
org.conscrypt.AllocatedBuffer
Packages that use AllocatedBuffer
-
Uses of AllocatedBuffer in org.conscrypt
Methods in org.conscrypt that return AllocatedBufferModifier and TypeMethodDescriptionabstract AllocatedBufferBufferAllocator.allocateDirectBuffer(int capacity) Allocates a direct (i.e. non-heap) buffer with the given capacity.abstract AllocatedBufferAllocatedBuffer.release()Returns the delegateByteBufferfor reuse or garbage collection.AllocatedBuffer.retain()Deprecated.this method is not usedstatic AllocatedBufferAllocatedBuffer.wrap(ByteBuffer buffer) Creates a newAllocatedBufferthat is backed by the givenByteBuffer.