Uses of Class
org.conscrypt.BufferAllocator
-
Packages that use BufferAllocator Package Description org.conscrypt -
-
Uses of BufferAllocator in org.conscrypt
Fields in org.conscrypt declared as BufferAllocator Modifier and Type Field Description private BufferAllocatorConscryptEngine. bufferAllocatorprivate BufferAllocatorConscryptEngineSocket. bufferAllocatorprivate static BufferAllocatorConscryptEngine. defaultBufferAllocatorprivate static BufferAllocatorBufferAllocator. UNPOOLEDMethods in org.conscrypt that return BufferAllocator Modifier and Type Method Description (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 BufferAllocator Modifier and Type Method Description (package private) abstract voidAbstractConscryptEngine. setBufferAllocator(BufferAllocator bufferAllocator)static voidConscrypt. setBufferAllocator(javax.net.ssl.SSLEngine engine, BufferAllocator bufferAllocator)Provides the given engine with the provided bufferAllocator.static voidConscrypt. setBufferAllocator(javax.net.ssl.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.
-