Package io.netty.util
Interface Recycler.Handle<T>
-
- All Superinterfaces:
ObjectPool.Handle<T>
- All Known Implementing Classes:
Recycler.EnhancedHandle
public static interface Recycler.Handle<T> extends ObjectPool.Handle<T>
-
-
Method Summary
-
Methods inherited from interface io.netty.util.internal.ObjectPool.Handle
recycle
-
-