Uses of Class
org.eclipse.jetty.io.RetainableByteBuffer
-
Packages that use RetainableByteBuffer Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystem -
-
Uses of RetainableByteBuffer in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return RetainableByteBuffer Modifier and Type Method Description RetainableByteBufferArrayRetainableByteBufferPool. acquire(int size, boolean direct)RetainableByteBufferRetainableByteBufferPool. acquire(int size, boolean direct)Acquires a memory buffer from the pool.
-