Uses of Class
org.conscrypt.BufferAllocator
Packages that use BufferAllocator
-
Uses of BufferAllocator in org.conscrypt
Fields in org.conscrypt declared as BufferAllocatorModifier and TypeFieldDescriptionprivate BufferAllocatorConscryptEngine.bufferAllocatorprivate BufferAllocatorConscryptEngineSocket.bufferAllocatorprivate static BufferAllocatorConscryptEngine.defaultBufferAllocatorprivate static final BufferAllocatorBufferAllocator.UNPOOLEDMethods in org.conscrypt that return BufferAllocatorModifier and TypeMethodDescription(package private) static BufferAllocatorConscryptEngine.getDefaultBufferAllocator()Returns the defaultBufferAllocator, which may benullif no default has been explicitly set.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 BufferAllocatorModifier and TypeMethodDescription(package private) abstract voidAbstractConscryptEngine.setBufferAllocator(BufferAllocator bufferAllocator) 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.(package private) voidConscryptEngine.setBufferAllocator(BufferAllocator bufferAllocator) (package private) voidConscryptEngineSocket.setBufferAllocator(BufferAllocator bufferAllocator) (package private) voidJava8EngineWrapper.setBufferAllocator(BufferAllocator bufferAllocator) static voidConscrypt.setDefaultBufferAllocator(BufferAllocator bufferAllocator) Configures the defaultBufferAllocatorto be used by all futureSSLEngineinstances from this provider.(package private) static voidConscryptEngine.setDefaultBufferAllocator(BufferAllocator bufferAllocator) Configures the defaultBufferAllocatorto be used by all futureSSLEngineandConscryptEngineSocketinstances from this provider.