Uses of Class
org.eclipse.jetty.io.Retainable.Wrapper
Packages that use Retainable.Wrapper
-
Uses of Retainable.Wrapper in org.eclipse.jetty.io
Subclasses of Retainable.Wrapper in org.eclipse.jetty.ioModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
static class
An abstract implementation ofRetainableByteBuffer
that provides the basicRetainable
functionalitystatic 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.static class
A wrapper forRetainableByteBuffer
instances