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.classLeakTrackingByteBufferPoolclassMappedByteBufferPoolA 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 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)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 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)
-