Uses of Interface
org.eclipse.jetty.io.RetainableByteBufferPool
Packages that use RetainableByteBufferPool
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
-
Uses of RetainableByteBufferPool in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement RetainableByteBufferPoolMethods in org.eclipse.jetty.io that return RetainableByteBufferPoolModifier 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. -
Uses of RetainableByteBufferPool in org.eclipse.jetty.io.ssl
Constructors in org.eclipse.jetty.io.ssl with parameters of type RetainableByteBufferPoolModifierConstructorDescriptionSslConnection(RetainableByteBufferPool retainableByteBufferPool, ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption)