Uses of Interface
org.eclipse.jetty.util.Retainable
Packages that use Retainable
-
Uses of Retainable in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement RetainableModifier and TypeClassDescriptionclass
A pooled ByteBuffer which maintains a reference count that is incremented withRetainableByteBuffer.retain()
and decremented withRetainableByteBuffer.release()
.