T
- public static interface ObjectPool.Handle<T>
Object
that will be used to notify the ObjectPool
once it can
reuse the pooled Object
again.Modifier and Type | Method and Description |
---|---|
void |
recycle(T self)
Recycle the
Object if possible and so make it ready to be reused. |
Copyright © 2008–2024 The Netty Project. All rights reserved.