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