Class ArrayByteBufferPool.Tracking.Buffer
java.lang.Object
org.eclipse.jetty.io.Retainable.Wrapper
org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
org.eclipse.jetty.io.ArrayByteBufferPool.Tracking.Buffer
- All Implemented Interfaces:
- Retainable, RetainableByteBuffer
- Enclosing class:
- ArrayByteBufferPool.Tracking
- 
Nested Class SummaryNested classes/interfaces inherited from interface RetainableRetainable.ReferenceCounter, Retainable.WrapperNested classes/interfaces inherited from interface RetainableByteBufferRetainableByteBuffer.Wrapper
- 
Field SummaryFields inherited from interface RetainableByteBufferEMPTY
- 
Method SummaryMethods inherited from class RetainableByteBuffer.Wrappercapacity, clear, getByteBuffer, getWrapped, hasRemaining, isDirect, isRetained, remainingMethods inherited from class Retainable.WrappercanRetain, toStringMethods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface RetainablecanRetain
- 
Method Details- 
getSizepublic int getSize()
- 
getAcquireInstant
- 
getAcquireStack
- 
retainpublic void retain()Description copied from interface:RetainableRetains this resource, potentially incrementing a reference count if there are resources that will be released. - Specified by:
- retainin interface- Retainable
- Overrides:
- retainin class- Retainable.Wrapper
 
- 
releasepublic boolean release()Description copied from interface:RetainableReleases this resource, potentially decrementing a reference count (if any). - Specified by:
- releasein interface- Retainable
- Overrides:
- releasein class- Retainable.Wrapper
- Returns:
- truewhen the reference count goes to zero or if there was no reference count,- falseotherwise.
 
- 
dump
 
-