Uses of Interface
org.eclipse.jetty.io.RetainableByteBufferPool
-
Packages that use RetainableByteBufferPool 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 RetainableByteBufferPool in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement RetainableByteBufferPool Modifier and Type Class Description classArrayRetainableByteBufferPoolMethods in org.eclipse.jetty.io that return RetainableByteBufferPool 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. -
Uses of RetainableByteBufferPool in org.eclipse.jetty.io.ssl
Constructors in org.eclipse.jetty.io.ssl with parameters of type RetainableByteBufferPool Constructor Description SslConnection(RetainableByteBufferPool retainableByteBufferPool, ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption)
-