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 AllocatedBufferConscryptEngineSocket.SSLInputStream.allocatedBufferMethods in org.conscrypt that return AllocatedBufferModifier and TypeMethodDescriptionabstract AllocatedBufferBufferAllocator.allocateDirectBuffer(int capacity) Allocates a direct (i.e.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.