Uses of Interface
org.eclipse.jetty.io.RetainableByteBufferPool
Packages that use RetainableByteBufferPool
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
-
Uses of RetainableByteBufferPool in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement RetainableByteBufferPoolModifier and TypeClassDescriptionprotected classclassARetainableByteBufferpool where RetainableByteBuffers are held inPools that are held in array elements.static classA variant of theArrayRetainableByteBufferPoolthat uses buckets of buffers that increase in size by a power of 2 (eg 1k, 2k, 4k, 8k, etc.).protected classstatic classMethods in org.eclipse.jetty.io that return RetainableByteBufferPoolModifier and TypeMethodDescriptionByteBufferPool.asRetainableByteBufferPool()Get this pool as aRetainableByteBufferPool, which supports reference counting of the buffers and possibly a more efficient lookup mechanism based on thePoolclass.LeakTrackingByteBufferPool.asRetainableByteBufferPool()NullByteBufferPool.asRetainableByteBufferPool()static RetainableByteBufferPoolRetainableByteBufferPool.from(ByteBufferPool byteBufferPool) protected RetainableByteBufferPoolArrayByteBufferPool.newRetainableByteBufferPool(int factor, int maxCapacity, int maxBucketSize, long retainedHeapMemory, long retainedDirectMemory) protected RetainableByteBufferPoolLogarithmicArrayByteBufferPool.newRetainableByteBufferPool(int factor, int maxCapacity, int maxBucketSize, long retainedHeapMemory, long retainedDirectMemory) protected RetainableByteBufferPoolMappedByteBufferPool.newRetainableByteBufferPool(int factor, int maxCapacity, int maxBucketSize, long retainedHeapMemory, long retainedDirectMemory) -
Uses of RetainableByteBufferPool in org.eclipse.jetty.io.ssl
Constructors in org.eclipse.jetty.io.ssl with parameters of type RetainableByteBufferPoolModifierConstructorDescriptionSslConnection(RetainableByteBufferPool retainableByteBufferPool, ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption)