Uses of Interface
org.eclipse.jetty.io.ByteBufferPool
Packages that use ByteBufferPool
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
-
Uses of ByteBufferPool in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement ByteBufferPoolModifier and TypeClassDescriptionclassA ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.classclassExtension of theArrayByteBufferPoolwhose bucket sizes increase exponentially instead of linearly.classA ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.static classclassMethods in org.eclipse.jetty.io that return ByteBufferPoolModifier and TypeMethodDescriptionByteBufferAccumulator.getByteBufferPool()ByteBufferOutputStream2.getByteBufferPool()Constructors in org.eclipse.jetty.io with parameters of type ByteBufferPoolModifierConstructorDescriptionBucket(ByteBufferPool pool, int capacity, int maxSize) Deprecated.Bucket(ByteBufferPool pool, int capacity, int maxSize, IntConsumer memoryFunction) ByteBufferAccumulator(ByteBufferPool bufferPool, boolean direct) ByteBufferOutputStream2(ByteBufferPool bufferPool, boolean direct) LeakTrackingByteBufferPool(ByteBufferPool delegate) Lease(ByteBufferPool byteBufferPool) RetainableByteBuffer(ByteBufferPool pool, int size) RetainableByteBuffer(ByteBufferPool pool, int size, boolean direct) -
Uses of ByteBufferPool in org.eclipse.jetty.io.ssl
Methods in org.eclipse.jetty.io.ssl with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionprotected SslConnectionSslClientConnectionFactory.newSslConnection(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine engine) Constructors in org.eclipse.jetty.io.ssl with parameters of type ByteBufferPoolModifierConstructorDescriptionSslClientConnectionFactory(SslContextFactory sslContextFactory, ByteBufferPool byteBufferPool, Executor executor, ClientConnectionFactory connectionFactory) SslConnection(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine) SslConnection(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption)