Uses of Class
org.eclipse.jetty.io.RetainableByteBuffer.Abstract
Packages that use RetainableByteBuffer.Abstract
-
Uses of RetainableByteBuffer.Abstract in org.eclipse.jetty.io
Subclasses of RetainableByteBuffer.Abstract in org.eclipse.jetty.ioModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
static class
AnRetainableByteBuffer.Mutable
RetainableByteBuffer
that can grow its capacity, backed by a chain ofByteBuffer
, which may grow either by aggregation and/or retention.static class
static class
ARetainableByteBuffer.FixedCapacity
buffer that is neither poolable norretainable
.static class
Apooled
buffer that knows the pool from which it was allocated.