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.classclassA 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()ClientConnector.getByteBufferPool()Methods in org.eclipse.jetty.io with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionstatic RetainableByteBufferPoolRetainableByteBufferPool.findOrAdapt(org.eclipse.jetty.util.component.Container container, ByteBufferPool byteBufferPool) Finds aRetainableByteBufferPoolimplementation in the given container, or wrap the givenByteBufferPoolwith an adapter.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) -
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)