Uses of Interface
org.eclipse.jetty.io.ByteBufferPool
-
Packages that use ByteBufferPool Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.io.ssl Jetty IO : Core SSL Support -
-
Uses of ByteBufferPool in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement ByteBufferPool Modifier and Type Class Description classArrayByteBufferPoolA ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.classLeakTrackingByteBufferPoolclassLogarithmicArrayByteBufferPoolExtension of theArrayByteBufferPoolwhose bucket sizes increase exponentially instead of linearly.classMappedByteBufferPoolA ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.static classMappedByteBufferPool.TaggedclassNullByteBufferPoolMethods in org.eclipse.jetty.io that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolByteBufferAccumulator. getByteBufferPool()ByteBufferPoolByteBufferOutputStream2. getByteBufferPool()ByteBufferPoolClientConnector. getByteBufferPool()Methods in org.eclipse.jetty.io with parameters of type ByteBufferPool Modifier and Type Method Description static 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 ByteBufferPool Constructor Description ByteBufferAccumulator(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 ByteBufferPool Modifier and Type Method Description protected SslConnectionSslClientConnectionFactory. newSslConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine engine)Constructors in org.eclipse.jetty.io.ssl with parameters of type ByteBufferPool Constructor Description SslClientConnectionFactory(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, ClientConnectionFactory connectionFactory)SslConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine sslEngine)SslConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption)SslConnection(RetainableByteBufferPool retainableByteBufferPool, ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption)
-