Uses of Class
org.conscrypt.BufferAllocator
Packages that use BufferAllocator
-
Uses of BufferAllocator in org.conscrypt
Methods in org.conscrypt that return BufferAllocatorModifier and TypeMethodDescriptionstatic BufferAllocatorBufferAllocator.unpooled()Returns an unpooled buffer allocator, which will create a new buffer for each request.Methods in org.conscrypt with parameters of type BufferAllocatorModifier and TypeMethodDescriptionstatic 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.