Package io.netty.util
Class Recycler.EnhancedHandle<T>
- java.lang.Object
-
- io.netty.util.Recycler.EnhancedHandle<T>
-
- All Implemented Interfaces:
ObjectPool.Handle<T>
,Recycler.Handle<T>
@UnstableApi public abstract static class Recycler.EnhancedHandle<T> extends java.lang.Object implements Recycler.Handle<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
unguardedRecycle(java.lang.Object object)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.netty.util.internal.ObjectPool.Handle
recycle
-
-