Uses of Class
org.conscrypt.BufferAllocator
-
Packages that use BufferAllocator Package Description org.conscrypt -
-
Uses of BufferAllocator in org.conscrypt
Methods in org.conscrypt that return BufferAllocator Modifier and Type Method Description static BufferAllocatorBufferAllocator. unpooled()Returns an unpooled buffer allocator, which will create a new buffer for each request.Methods in org.conscrypt with parameters of type BufferAllocator Modifier and Type Method Description static voidConscrypt. setBufferAllocator(SSLEngine engine, BufferAllocator bufferAllocator)Provides the given engine with the provided bufferAllocator.static voidConscrypt. setBufferAllocator(SSLSocket socket, BufferAllocator bufferAllocator)Provides the given socket with the provided bufferAllocator.static voidConscrypt. setDefaultBufferAllocator(BufferAllocator bufferAllocator)Configures the defaultBufferAllocatorto be used by all futureSSLEngineinstances from this provider.
-