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 classclassFields in org.eclipse.jetty.io declared as ByteBufferPoolMethods in org.eclipse.jetty.io that return ByteBufferPoolModifier and TypeMethodDescriptionByteBufferAccumulator.getByteBufferPool()ByteBufferOutputStream2.getByteBufferPool()ClientConnector.getByteBufferPool()Methods in org.eclipse.jetty.io with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionstatic RetainableByteBufferPoolRetainableByteBufferPool.from(ByteBufferPool byteBufferPool) voidClientConnector.setByteBufferPool(ByteBufferPool byteBufferPool) Constructors in org.eclipse.jetty.io with parameters of type ByteBufferPoolModifierConstructorDescriptionByteBufferAccumulator(ByteBufferPool bufferPool, boolean direct) ByteBufferOutputStream2(ByteBufferPool bufferPool, boolean direct) LeakTrackingByteBufferPool(ByteBufferPool delegate) Lease(ByteBufferPool byteBufferPool) NotRetainedByteBufferPool(ByteBufferPool byteBufferPool) -
Uses of ByteBufferPool in org.eclipse.jetty.io.content
Constructors in org.eclipse.jetty.io.content with parameters of type ByteBufferPoolModifierConstructorDescriptionInputStreamContentSource(InputStream inputStream, ByteBufferPool bufferPool) PathContentSource(Path path, ByteBufferPool byteBufferPool) -
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(org.eclipse.jetty.util.ssl.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) SslConnection(RetainableByteBufferPool retainableByteBufferPool, ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption)